Add notes persistence scenario to planner-session spec

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-04-11 03:01:55 +02:00
parent 205e2bbbe0
commit 0fd0e8e135
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -31,3 +31,8 @@ The Planner SHALL synchronize waypoint edits, route options, and overlay prefere
#### Scenario: Notes cursor awareness
- **WHEN** participant A selects text in the notes editor
- **THEN** participant B sees participant A's selection highlighted in A's assigned color
#### Scenario: Notes persist across reload
- **WHEN** a participant reloads the session page
- **THEN** the notes content is restored from the Yjs document
- **AND** the editor displays the existing text immediately