Add quick-add actions to graph person insights

This commit is contained in:
Rijad Zuzo
2026-02-19 01:09:10 +01:00
parent 103ed089fb
commit 030f685749
3 changed files with 434 additions and 3 deletions
+19
View File
@@ -7,6 +7,25 @@ Updated: 2026-02-18
- After every sensible code/documentation change set, create a git commit as
the last step so the next agent session can pick up from clean checkpoints.
## Latest Milestone (2026-02-18): Quick-Add Actions on Graph Person Insights
Closed a UX gap where long-pressing a graph node opened person insights without
the expected context add action.
- Added `Quick add` menu to person profile header in graph-based insights page:
- `lib/features/dashboard/dashboard_view.dart`
- supports:
- Add Capture
- Add Note
- Add Idea
- Add Reminder
- Wired actions directly to `LocalRepository` so entries are immediately written
to local-first state and reflected in insights sections.
- Added local dialogs for quick idea/reminder creation in insights flow.
- Updated dashboard interaction coverage:
- `test/features/dashboard/dashboard_graph_interactions_test.dart`
- now asserts `Quick add` is present after opening `Person Insights`.
## Latest Milestone (2026-02-18): Duplicate Profile Merge + Share Deep-Link Polish
Improved identity continuity from WhatsApp intake with merge tooling and direct