-
Notifications
You must be signed in to change notification settings - Fork 274
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
Ability to display Dependency relations between cards #2848
Comments
Maybe i haven't understood it correctly yet: With "Dependency" - do you mean something like a "hard dependency" or just a relation? For example: Card A depends on Card B - Can one drag Card A to the next list while Card B is not there yet? Because for a flat relation you could utilize Nextcloud Projects - You can link the cards to each other and even to Talk Rooms, Files etc.. If this is already enough, maybe the UI can be improved to highlight all cards which are in the same Project? Of course, if you really want to define hard dependencies, this is not possible with Projects. |
Card A depends on B, so A should not be moved to next list while B did not. I think this could not be done with projects. Maybe this is a hard dependency :) |
That would be neat. But I can imagine this is quite difficult to implement because it makes a lot of assumptions that are not necessarily true for every kanban board. For example; How would you configure such a dependency while maintaining the agnostic nature of kanban? |
That are important questions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I suggest it would be more versatile to start with a mere cross-linking functionality. Meaning, I can quote other cards from the one I'm currently editing, ideally with some autocompletion (cf. Git..b), and those cards will automatically be provided with the backlink to my source card. How to interpret the dependency would be left a purely collective convention of the members in the particular context of any couple of cards or even boards. Maybe later we could add a selection of relationship semantics (see Kanboard implementation) but the generic source-target relationship would be a good starter, preferably from free text areas (card description or comments) where some context could be freely provided around the link. We could thus already cover a wide range of cases like relating-to, duplicating, complementing, detail-planning, depending-on etc. relationships. |
@jospoortvliet your proposal would require to have a defined Edit: I am open for a call if you want to discuss this deeper 😉 |
Just chiming in to say this would be amazing. Currently beyond frustrated with Todoist, and mulled over jumping ship to Vikunja, but having this baked into Nextcloud would be a whole other level of excellence. |
Commenting to say that this would be a good idea. I personally like the Kanboard Implementation |
How to use GitHub
Is your feature request related to a problem? Please describe.
Sometimes there are dependency relations between some cards/tasks and it is difficult to manage those on Deck with its current implementations.
Describe the solution you'd like
Similar to #2103, but not related to hierarchy but dependency. This means that the cards are not a group of subtasks, but that they have a dependency relation.
The cards could be dragged to right below other card to show a dependency relation:
Not having such a feature, makes difficult to know which card is dependent to other and thus, unable to start doing until that other is finished. I would not know how to solve this with columns.
The text was updated successfully, but these errors were encountered: