Skip to content

Commit e6c1980

Browse files
committed
WS9 | docs update
1 parent d5b0d42 commit e6c1980

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/roadmaps/roadmap_graph_exploration.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,15 @@ Make large graphs readable and explorable.
7979

8080
### Phase 1 — Immediate UX
8181

82-
* Focus on selection (#210)
83-
* Ego networks (k=1) (#211)
84-
* Hide non-selected nodes (#212)
85-
* Edge filtering by weight (#213)
82+
* ✔ Focus on selection (#210) — `Graph::vertexFilterBySelection()`, `filterNodesBySelectionAct` (Ctrl+X, Ctrl+S)
83+
* ✔ Ego networks (k=1) (#211) — `Graph::vertexFilterByEgoNetwork()`, `filterNodesByEgoNetworkAct` (Ctrl+X, Ctrl+F)
84+
* ✔ Hide non-selected nodes (#212) — closed as duplicate of #210
85+
* ✔ Edge filtering by weight (#213) — `Graph::edgeFilterByWeight()`, dialog + `Graph::edgeFilterReset()`, `editFilterEdgesRestoreAllAct` (Ctrl+E, Ctrl+R)
86+
87+
**Cross-cutting UX (Phase 1):**
88+
* ✔ Non-destructive node filter restore — `Graph::vertexFilterRestoreAll()`, `filterNodesRestoreAllAct` (Ctrl+X, Ctrl+R)
89+
* ✔ Right-click on node auto-selects it before context menu opens (`GraphicsWidget::mousePressEvent`)
90+
* ✔ Ego network + Focus on Selection + Restore All Nodes wired into node right-click context menu
8691

8792
### Phase 2 — Layout Improvements (#214)
8893

0 commit comments

Comments
 (0)