If you plan your development sprints on Trello, Sprint Deps Graph Trello allows you to build a dependency graph for your sprint cards on Trello:
- Tag your sprint cards (that you want to have in your dependency graph) with a specific
label
- Go to Sprint Deps Graph Trello
- Grant Sprint Deps Graph Trello a
one day
read only
access to your boards - Select your sprint's
board
thenlabel
- Generate dependencies via the form at the top (you can select multiple card identifiers)
- Screen-shot your final dependency graph, upload it to your
sprint goal
card
Once your cards appear on the board, you can:
- Re-organize cards
- Use the
Fit to page
button, so that the cards will fill the width of the board - Use keyboard shortcuts (
ctrl-c
: copy,ctrl-x
: cut,ctrl-v
: paste,ctrl-z
: undo,ctrl-y
: redo) on cards and links - Select multiple cards and links (hold
ctrl
before clicking on the next element)
PS 1: Some adjustments were made on the code in this repository before deploying to Heroku
PS 2: This project was made as a test of React Hooks