reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint
Ideas/path_ui_design

Idea detail

path_ui_design

reqlan rq/extension/module/graph-path.rq:41

block

Summary

Entry points:
- Activity bar: " Path to … " on focus hero when a second idea is pinned or selected ( manual_context + selection_pane ).
- Ideas Summary graph tab: shift-click two nodes to set endpoints.
- Command palette: `Reqlan: Find path between requirements`.
Presentation ( sidebar-first ):
- Collapsed: summaryLine under the scope footprint line.
- Expanded: vertical stepper ( breadcrumb ) with edge kind labels; optional overlay on graph_library highlighting only path edges / nodes.
- When no path: show closest partial path or " no connection within N hops " with expand-in-Summary action.
Performance:
- BFS / bidirectional BFS on sqlite edge tables via local_graph_analysis — never materialise full workspace graph.
- Debounce endpoint changes; cache last path per `(from,to,depth)` revision tied to index catalog generation.

Jump to outbound references

Jump to inbound references

Navigation

Source file

reqlan rq/extension/module/graph-path.rq

graph-path.rq

file cluster

reqlan rq/extension/module

folder cluster

status: Not present

status cluster

tag: Not present

tag cluster

Printable page

Static print-friendly idea sheet.

Attributes

No attributes declared.

Ancestor context

No ancestor chain recorded.

Outbound references

KindIdeaPathSnippet
None

Inbound references

KindIdeaPathSnippet
None

Unresolved references

KindIdeaPathSnippet
references graph_library graph_library
references local_graph_analysis local_graph_analysis
references manual_context manual_context
references selection_pane selection_pane
references summaryLine summaryLine

Local graph

Initialising graph…