Assumption: Most teams which use a kanban system would work just as efficiently with a couple of org-mode files.
I use org-mode files every day and it's a limitation I feel more and more.
51–60 of 92 posts
Assumption: Most teams which use a kanban system would work just as efficiently with a couple of org-mode files.
I use org-mode files every day and it's a limitation I feel more and more.
I really like kanban boards for organizing my work but one feature I really miss in nearly all solutions is a way to schedule my day using existing tasks in a board. And preferably in a stand-alone way rather than adding it to my google calender. I'm currently using paymo [1], which does a great job at this. Example of what I mean: https://imgur.com/a/3Re9sXn But I'm open for switching to any alternatives. [1]: https…
I do most of my thinking and planning on Trello boards. It almost feels like a part of my brain. Ever since Trello was acquired by Atlassian, I've been planning to replace it - in the long term - waiting for signals that Atlassian is degrading my experience. It hasn't happened yet but I am assume that it's a matter of time. I've been wanting an open source Trello clone with a native desktop client for a while now. Go…
Github has a basic kanban board and since private repositories are free, it can be used as replacement to Trello.
Or maybe, a better idea would be the ability to log in straight to the boards, without having to navigate via projects etc.
If anyone is looking for another open source solution, there's https://github.com/greggigon/my-personal-kanban . What's neat about the above one is it's a single offline html file that you open in your browser and everything is saved to local storage (but it has a JSON export / import feature for more robust backups). Of course that means it's really only usable for 1 person, but if you're a solo developer, it's a br…
In the same vein - https://nullboard.io/preview or https://github.com/apankrat/nullboard
If anyone is looking for another open source solution, there's https://github.com/greggigon/my-personal-kanban . What's neat about the above one is it's a single offline html file that you open in your browser and everything is saved to local storage (but it has a JSON export / import feature for more robust backups). Of course that means it's really only usable for 1 person, but if you're a solo developer, it's a br…
It's open source Trello like kanban board. I think there was even 1-click droplet install in DigitalOcean. Haven't used it much, so I can't really comment how good/bad it is.
Wekan uses meteor.js which is really one of the worst frameworks out there. It breaks on so many ocasions and has really bad OS support. Event he current maintainer kind of dislikes the framework... The worst part about metor is that it forces you to use MongoDB!
So what is your go-to nodejs framework? and which NoSQL database do you use?
- React/Preact with context or hooks instead of Redux
- Micro for server - https://github.com/zeit/micro
- Postgres with Knex for data persistence - https://knexjs.org/
Add authentication, WebSockets, etc., and it starts to look like an ad-hoc framework - except that all layers are generic and replaceable (theoretically) with equivalent features, like using Express or MariaDB.
I'm also quite fond of Next.js, which lets me have all the above. https://nextjs.org/
I do most of my thinking and planning on Trello boards. It almost feels like a part of my brain. Ever since Trello was acquired by Atlassian, I've been planning to replace it - in the long term - waiting for signals that Atlassian is degrading my experience. It hasn't happened yet but I am assume that it's a matter of time. I've been wanting an open source Trello clone with a native desktop client for a while now. Go…
If you're a Teams user, there's Microsoft Planner.
Earlier quoted context omitted.
While I tend to agree from a personal perspective, however the Wekan project especially seems to be able to pump out lots of very nice features at a high rate, thanks to meteor. Additionally to this, we at Cloudron update the app package about twice a week due to that and so far had very little breakage or regressions, compared to other apps. We do not update meteor often though, which is maybe contributing to the st…
Yes that helps but brings in other problems. For example many many security problems in the thousands of used npm packages of meteor and its dependencies.