feat: add card dependencies#7879
Conversation
|
🐢 Performance warning. |
94af509 to
a617e7d
Compare
|
🐢 Performance warning. |
a617e7d to
2372fa3
Compare
|
🐢 Performance warning. |
2372fa3 to
20b3b3a
Compare
|
🐢 Performance warning. |
|
Awesome to see some movement on this. |
|
Recording video: demo.mp4 |
20b3b3a to
b40148b
Compare
|
🐢 Performance warning. |
grnd-alt
left a comment
There was a problem hiding this comment.
didn't review everything yet. It basically works, but looking at the comment in the migration step, I think this part needs a rework.
b40148b to
2ee35fd
Compare
|
🐢 Performance warning. |
grnd-alt
left a comment
There was a problem hiding this comment.
general comments while testing:
- sidebar view is not working well the selector expands over the sidebar and is only half visible (TagSelector is quite similar we can probably take some of that)
and when clicking on the selector the selector overflows the initial div:
- clicking on the radio button in the list opens the dependent card and does not mark it as done
- debatable: I think we should have the selector not show all selected cards and show it again below. Makes it feel cluttered to me.
For now, this is just an icon to indicate the status of the depend card. Hmm... it is reasonable to add a quick done button for the depend card |
It sound reasonable. I think we need design advice. |
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2ee35fd to
f6fc8fa
Compare
|
Demo: |
|
🐢 Performance warning. |

Summary
Introduces the concept of "dependent cards", allowing users to assign and remove dependencies between cards. The implementation includes backend support, API routes, database migration, and frontend UI integration for managing card dependencies.
Checklist