deck icon indicating copy to clipboard operation
deck copied to clipboard

Having link to another card

Open Salokyn opened this issue 5 years ago • 5 comments

Describe the solution you'd like I'd like that writing #NNN (where NNN is the ID of a card) in a card description would create automatically a hypertex link that opens the card whose id is NNN when I click on it. Hovering the link could show the title of the card NNN.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Salokyn avatar May 23 '19 10:05 Salokyn

Makes sense :+1:

juliusknorr avatar Jun 30 '19 12:06 juliusknorr

To go a little further and navigate easily between linked cards, there could be a new tab in the the card details to show the cards which the actual one links to and those which have a link to the actual one.

Salokyn avatar Jul 02 '19 12:07 Salokyn

To go further still, perhaps card links could have a category - one of "Blocker", "Blocked By", "Related" would be categories I would use today, but there could be others (perhaps user configurable).

Octothorn avatar Jun 19 '22 23:06 Octothorn

If this feature would be realized, the foundation for a gantt chart https://github.com/nextcloud/deck/issues/928 representation would be laid. After all it is about the possibility to link data together to make obvious that one card depends on the other.

What would be the budget to fund such an enhancement?

mulles avatar Mar 09 '23 14:03 mulles

I think this would be a really worthwhile enhancement. Also, it would make it easy to have hierarchical cards, GANTT charts and many more. Each card could contain another field, which could be a HashSet<LinkedCardIds> that stores the linked cards. As card IDs are unique to each system, that could be enough for the start?

simonsan avatar Mar 12 '24 12:03 simonsan