(no title)
aacevski | 1 year ago
- 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.
PS: I had no idea this was posted here
Thank you all.
Jedd|1 year ago
Let me add one and a half. : )
Comparison / advantages (even if anticipated rather than current) over competitive products in this space, which I assume are things like Planka, Kanboard, and other similarly generous and responsibly licensed kanban/project-management tools.
Tangentially related, in your documentation a discussion around your architecture decisions - f.e. rabbitmq, sqlite.
adastra22|1 year ago
tarapichumani|1 year ago
adastra22|1 year ago
landing page
notpushkin|1 year ago
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.
lf-non|1 year ago
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.