reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint
Ideas/implementation_notes

Idea detail

implementation_notes

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

block

Summary

Analytical: add `findPathsBetween(store, fromId, toId, options)` returning path_result.
Wire: new `loadGraphPath` message alongside existing `loadGraph` / `loadAncestors`.
UI: defer dedicated pane until selection_pane and composed context are stable; prototype in Ideas Summary graph tab first.

Jump to outbound references

Jump to inbound references

Navigation

Source file

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

community 26

community cluster

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

path_result

- `found`: boolean - `paths`: ordered list of [graph_path] ( typically top 1 – 3 shortest ) - `truncated`: true when search hit depth or branch limits - `summaryLine`: e. g. " A → implements → B → depends on → C " for collapsed UI

graph_path

Ordered nodes and edges from source to target. Each step records idea id, name, status, edge kind, and optional snippet / line for the traversed edge. Paths with unresolved hops are marked broken; UI offers jump-to-source like [activitybar.reference_lists_pane].

Outbound references

KindIdeaPathSnippet
references path_result reqlan rq/extension/module/graph-path.rq path_result

Inbound references

KindIdeaPathSnippet
None

Unresolved references

KindIdeaPathSnippet
references selection_pane selection_pane

Local graph

Initialising graph…