Earlier quoted context omitted.
To be honest, Wekan is a pretty weak implementation of Kanban: - No Search ( https://github.com/wekan/wekan/issues/552 ) - No WIP limits ( https://github.com/wekan/wekan/issues/783 ) - No Swimlanes ( https://github.com/wekan/wekan/issues/955 ) It's a bummer because in the current state, Wekan doesn't really provide much real management value. I really wanted to use it for Kanban, because it's one of the flagship appl…
Hi, I'm current maintainer of Wekan. Yes, Wekan does not have those features yet. Anyway, Wekan is being actively developed and features added. Wekan is friendly community driven project and welcomes all contributions. Some have commented on Wekan GitHub issues that they prefer to use Wekan, because some others project management tools are overkill, or don't have the same usability as Wekan. It depends on use case.
Wekan: An open-source Trello-like kanban
91–96 of 96 posts
Re: Wekan: An open-source Trello-like kanban
#92Earlier quoted context omitted.
Hi, I'm current maintainer of Wekan. Yes, Wekan does not have those features yet. Anyway, Wekan is being actively developed and features added. Wekan is friendly community driven project and welcomes all contributions. Some have commented on Wekan GitHub issues that they prefer to use Wekan, because some others project management tools are overkill, or don't have the same usability as Wekan. It depends on use case.
Thing is, it's specifically labeled a kanban board. WiP limits are fundamental to kanban. They're why kanban works. People may prefer it to other tools; that's fine, but it doesn't mean it's not missing the point by not being an actual kanban board implementation.
Re: Wekan: An open-source Trello-like kanban
#93If you want to do Kanban right, double down on making it possible to design actual Kanban workflows. Pretty ticket UI with checklists and GIFs must be secondary to this goal. Things that most actual Kanban flows have that no one has built into a decent product[0]: - Nested columns in lanes - Rows for class-of-service - WIP limits (per lane, per column, and per class-of-service) - Sub-boards for meta issues The actual…
Targetprocess.com had all these features - I loved swim lanes for projects - but the UI was unusably slow (clearly not designed with an app framework at the core) when we tried it two years ago. I've been looking for something better ever since.
Re: Wekan: An open-source Trello-like kanban
#94Has anyone here had success with a personal kanban board? Considering it for myself, even if it isn't the intended use case.
Re: Wekan: An open-source Trello-like kanban
#95Has anyone here had success with a personal kanban board? Considering it for myself, even if it isn't the intended use case.
Re: Wekan: An open-source Trello-like kanban
#96what's the storage backed for this app ? Also shout out to https://greggigon.github.io/my-personal-kanban/ that is a simple and offline board
Hi, I'm current maintainer of Wekan. Wekan can be used locally on local network that is not connected to Internet. There is no offline sync yet. Wekan is made with Meteor.js Javascript framework, using Node.js and MongoDB as backend currently. There is possibility to use read-only mirroring to PostgreSQL using ToroDB: https://github.com/wekan/wekan-postgresql but currently there's this bug, please wait for it to be f…