Live data from Hacker News

Kaneo – An open source project management platform

kaneo.app

31–40 of 70 posts

Re: Kaneo – An open source project management platform

#31

Echoing others: screenshots, demo that doesn't require data harvesting ( ahem , "sign ups"). Personal feedback: * Docker Compose is sufficient for a Quick Start, but not production installation. Needs substantially more documentation about production-ready setups at the very least, especially security considerations. * Would also add additional Quick Start guides for Kubernetes. * Documentation should also cover rati…

It's an internal tool. How much does your task manager really need to scale?

Re: Kaneo – An open source project management platform

#32

Earlier quoted context omitted.

You can enter any data in the "register" form as long as it validated (e.g. mail@made.up), it lets you in anyway without mail verification.

Then just give me a button to try anonymously

For anyone who wants my username and password, I tried the following for both username and password. Feel free to use this as your demo (remember your scout's promise though).

billg@microsoft.com

Edit: looks like I managed to break my instance without even trying. I can't edit my first task that I created.

https://demo.kaneo.app/dashboard/workspace/nyxfpvfgkk412xg4n...

Steps to reproduce:

  1. Log in as billg@microsoft.com 
  2. Click on workspace Microsoft Blue 
  3. Click on project DataCenters 
  4. Click on the first task, DAT-1 Build data centers around the world 
  5. Observe the screen just says "Task edit" with nothing else there.

Re: Kaneo – An open source project management platform

#33

Echoing others: screenshots, demo that doesn't require data harvesting ( ahem , "sign ups"). Personal feedback: * Docker Compose is sufficient for a Quick Start, but not production installation. Needs substantially more documentation about production-ready setups at the very least, especially security considerations. * Would also add additional Quick Start guides for Kubernetes. * Documentation should also cover rati…

It's an internal tool. How much does your task manager really need to scale?

Yeah, was thinking that as well. IMHO, compose.yaml is the best balance of convenience and simplicity if you need one (or even "several") instances. You should only get more fancy if you need to deploy `n` instances with auto provision/load-balancing/failover/etc.

Re: Kaneo – An open source project management platform

#34

Echoing others: screenshots, demo that doesn't require data harvesting ( ahem , "sign ups"). Personal feedback: * Docker Compose is sufficient for a Quick Start, but not production installation. Needs substantially more documentation about production-ready setups at the very least, especially security considerations. * Would also add additional Quick Start guides for Kubernetes. * Documentation should also cover rati…

[flagged]

Re: Kaneo – An open source project management platform

#35
post #32

Earlier quoted context omitted.

Then just give me a button to try anonymously

For anyone who wants my username and password, I tried the following for both username and password. Feel free to use this as your demo (remember your scout's promise though). billg@microsoft.com Edit: looks like I managed to break my instance without even trying. I can't edit my first task that I created. https://demo.kaneo.app/dashboard/workspace/nyxfpvfgkk412xg4n... Steps to reproduce: 1. Log in as billg@microsoft…

I didn't meant for anyone to post their credentials under a fake email, but thinks.

It's the webpage that should be friendlier to people who just want to toy and explore their app before committing to get it running in production.

Re: Kaneo – An open source project management platform

#37

Earlier quoted context omitted.

It's an internal tool. How much does your task manager really need to scale?

Yeah, was thinking that as well. IMHO, compose.yaml is the best balance of convenience and simplicity if you need one (or even "several") instances. You should only get more fancy if you need to deploy `n` instances with auto provision/load-balancing/failover/etc.

It seems to me that converting docker-compose to kubernetes is fairly straightforward too.

Re: Kaneo – An open source project management platform

#38

I was super interested in this, but I bounced from your landing page after about 30 second. Echoing what everyone else says: - Put screenshots on the landing page - If I click "Try Demo" I just get sent to a log in page and I have no idea what to do next. I don't even want to try a demo, I just want to know what the damn product looks like. If I've got to create an account just to see your product, that's an instant…

I literally went "no screenshots, ugh. Oh there's a demo page, maybe the demo speaks for itself, oh login/register nah" and went to the comments here

Re: Kaneo – An open source project management platform

#40

Echoing others: screenshots, demo that doesn't require data harvesting ( ahem , "sign ups"). Personal feedback: * Docker Compose is sufficient for a Quick Start, but not production installation. Needs substantially more documentation about production-ready setups at the very least, especially security considerations. * Would also add additional Quick Start guides for Kubernetes. * Documentation should also cover rati…

It's an internal tool. How much does your task manager really need to scale?

Everything has to go in Kubernetes these days… usually at the request of users who lack the relatively trivial skill to convert a Compose definition into a set of Kubernetes resources.
Post reply on HN