Skip to content
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

Closed
MilanUnjiya4149 opened this issue Oct 13, 2021 · 7 comments
Closed

jkanban support swimlane functionality ? #146

MilanUnjiya4149 opened this issue Oct 13, 2021 · 7 comments
Labels

Comments

@MilanUnjiya4149
Copy link

I want to implement kanban with swimlane.
jkanban support it?

@xscode-auto-reply
Copy link

Thanks for opening a new issue. The team has been notified and will review it as soon as possible.
For urgent issues and priority support, visit https://xscode.com/riktar/jkanban

@marcosrocha85
Copy link
Contributor

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.

@riktar riktar closed this as completed Oct 18, 2021
@riktar riktar added the invalid label Oct 18, 2021
@FWDekker
Copy link

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?

@marcosrocha85
Copy link
Contributor

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. 🥺

@FWDekker
Copy link

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?

@riktar
Copy link
Owner

riktar commented Jun 21, 2023

@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.

@FWDekker
Copy link

Thank you for the clarification, that makes sense to me :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants