flow diagrams as widget for A2UI #55

Open
opened 2026-07-28 11:29:37 +00:00 by hugo · 0 comments
Owner

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.

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.
hugo added the idea label 2026-07-28 11:29:37 +00:00
Sign in to join this conversation.