flow diagrams as widget for A2UI #55
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
since we do a lot of code analysis, it can make sense to have diagrams to visualise data flow or code flow or data models.
Since those diagrams are usually quite big, they should present in a scrollable canvas with a minimap, so that positioning is fast and intuitive.
Select a proper stencil set for the diagrams and support different connection stiles for all three usescases.
Important: this needs some kind of auto-layout to make any sense at all, so first dig into that - we need a graph library that does proper layouting so we can set something like this up.