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
Ivan Reese
01/22/2021, 8:08 PM
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
Mariano Guerra
01/22/2021, 8:13 PM
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 😄
Mariano Guerra
01/22/2021, 8:15 PM
finding the right wording for "depends on/dependency of" took much more than I would like to admit 😛
🍻 1
Mariano Guerra
01/22/2021, 8:16 PM
the thesaurus failed me 😕
t
Tudor Girba
01/22/2021, 8:54 PM
A custom view to trace a bug! Beautiful 🙂
m
Mariano Guerra
01/22/2021, 9:26 PM
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)
Mariano Guerra
01/22/2021, 9:27 PM
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