-
-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jkanban support swimlane functionality ? #146
Comments
Thanks for opening a new issue. The team has been notified and will review it as soon as possible. |
I fear that you can't implement swimlanes with jKanban. This project is, as the name says, Kanban based. So you can implement boards like Trello, Jira Kanban and so on. |
It is not entirely clear to me why jKanban could not implement swimlanes. A large number of Kanban applications provide swimlanes (including Jira Kanban, cited in the comment above), and the Wikipedia page on Kanban also explicitly mentions swimlanes. From what I understand, the Kanban method itself is also not incompatible with using swimlanes. Do I misunderstand this or is there another issue preventing adding swimlanes to jKanban? |
I think it's mostly because it's "vanilla" javascript. The only plugin being used is Dragula for drag-and-drop. But we still need pull requests to do that. 🥺 |
I see. Then, if I understand you correctly, it's not that swimlanes are inherently incompatible with jKanban, just that it's currently not feasible yet? |
@FWDekker jKanban is a little JS library that implements ONLY Kanban board (drag and drop and some integrations with cards) in vanilla ways using a JSON to build all the board. It's not a project manager software. You can integrate a swimlane graph in jKanban, but it's not a prerogative of this library, so you must have to implement the adapter from swimlane graph to jKanban's JSON. |
Thank you for the clarification, that makes sense to me :-) |
I want to implement kanban with swimlane.
jkanban support it?
The text was updated successfully, but these errors were encountered: