Live data from Hacker News

Kaneo – An open source project management platform

kaneo.app

51–60 of 70 posts

Re: Kaneo – An open source project management platform

#51

Hey y'all, I'm Andrej. The developer behind Kaneo. Sorry for not inserting any screenshots. Honestly this software is still in beta and I'm still working on this. Thank you for the feedback. I had - I will remove the sign ups for the demo - Add more screenshots This is a passion project as someone mentioned. I love open source and it will always stay free. Hopefully I'll be able to share it whenever it's complete it.…

This looks fantastic. Thanks for open-sourcing this. For a passion project this looks really polished and well done.

I know a lot of people have crazy expectations from open-source projects these days - and many of the comments here echo those, but you can gradually evolve it at your own pace. You don't owe folks anything.

Re: Kaneo – An open source project management platform

#52

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…

> * Docker Compose is sufficient for a Quick Start, but not production installation.

As an author of a DevOps tool [1] based around Compose files, I beg to differ! It should be pretty easy to adapt the config from the README to use in medium-scale production setups [2] (the only thing that comes to mind is a reverse proxy perhaps).

I think I’ll add Kaneo to the Lunni Marketplace after some more testing!

[1]: https://lunni.dev/

[2]: Read: small to medium sized businesses, startups without a lot of funding etc.

Re: Kaneo – An open source project management platform

#54

Hey y'all, I'm Andrej. The developer behind Kaneo. Sorry for not inserting any screenshots. Honestly this software is still in beta and I'm still working on this. Thank you for the feedback. I had - I will remove the sign ups for the demo - Add more screenshots This is a passion project as someone mentioned. I love open source and it will always stay free. Hopefully I'll be able to share it whenever it's complete it.…

Hi Andrej, thanks for building this and congrats on getting to the first page!

I’ve signed up for the demo and here’s some feedback:

- Forms should display some kind of feedback while being submitted. Maybe put a spinner on the button? To test that it works correctly, you can set up net throttling in the browser devtools.

- Onboarding could be more straightforward: instead of the Create your first workspace screen, just show the form directly. Same with the first project: you can even show the form while the workspace is being created perhaps, to minimize the wait.

- Right now, every reload blocks on a GET /me request. Looking at a spinner for a few seconds doesn’t feel great! Perhaps you can cache current user data? (you can then update it in the background, a-la SWR)

- By the way: maybe returning password hash in GET /me isn’t a great idea :^)

- On the project page, it seems to connect to the same websocket endpoint 5 times. I didn’t read the source code yet but I think there’s something weird going on with the state management?

Hope this helps! Let me know if you need anything.

Re: Kaneo – An open source project management platform

#55

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

You have the button, you just don't like it. I tested it anonymously, and the priorities should not be the anonymous demo login button. They are very far away from that bike shed.

Re: Kaneo – An open source project management platform

#56

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…

I would also add to this list of annoyances that new despicable trend to replace the "See on Github" familiar button into a "Star on Github" button that tries to steal a star.

Re: Kaneo – An open source project management platform

#57
I got the same issue than already reported: When trying to edit a task, all I got is a black screen saying "Task edit". Nothing seamingly related in the JS console.

Also, I was mostly interrested to have a look at the "project timeline" but it's not obvious where to access that. Same goes for the automation part. How to access that?

Re: Kaneo – An open source project management platform

#58

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…

I thought they might make their own issue tracker public to show a glimpse of it… But they seem to use GitHub issues instead, which is pretty ironic.

Re: Kaneo – An open source project management platform

#59
When trying a demo of some online tool, I'm always a bit sad to land onto an empty space devoid of any trial data. Please authors out there: think about offering a pre-populated demo instance instead, so that it's much simpler to see what the app looks like for real. Also, an interresting data set speaks more in favor of your project than a black screen.

Re: Kaneo – An open source project management platform

#60

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…

> * Docker Compose is sufficient for a Quick Start, but not production installation. As an author of a DevOps tool [1] based around Compose files, I beg to differ! It should be pretty easy to adapt the config from the README to use in medium-scale production setups [2] (the only thing that comes to mind is a reverse proxy perhaps). I think I’ll add Kaneo to the Lunni Marketplace after some more testing! [1]: https://…

The example compose file has no database
Post reply on HN