New feature to view a deck as a graph of cards, th...
# two-minute-week
m
New feature to view a deck as a graph of cards, their dependencies and cards/decks that depend on them

https://www.youtube.com/watch?v=WuHYRyezImI

👍 5
i
It seems like Instadeq would be a really fun project to work on. It's fairly feature-ful at this point, but things look and feel very modular. You've got a really simple but repeatable/scalable user interface system. So I imagine it's fairly painless to bang out new features like this.
m
yes 🙂 most of the week was finding the bug and refactoring so that it doesn't happen again (automatic reference management), I started working on the ui yesterday 😄
finding the right wording for "depends on/dependency of" took much more than I would like to admit 😛
🍻 1
the thesaurus failed me 😕
t
A custom view to trace a bug! Beautiful 🙂
m
yes, initially I planned on reusing more and just doing a source that would output colums for source, target, number of dependents and so on and create some charts, it would have been simpler and more flexible, but I would have to create the visualizations each time (and the end user too)
in the future I would like to rebuild some of this views from those building blocks and see how far I can go, this view would be a template deck that applies to another deck
t
nice 🙂