Update planner-session spec with collaborative notes requirements
Added scenarios for character-level notes sync and cursor awareness between participants. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5f21564a19
commit
f7e0f904a9
1 changed files with 9 additions and 0 deletions
|
|
@ -22,3 +22,12 @@ The Planner SHALL synchronize waypoint edits, route options, and overlay prefere
|
|||
#### Scenario: POI category sync
|
||||
- **WHEN** participant A enables the "Drinking water" POI category
|
||||
- **THEN** participant B sees drinking water markers appear on their map
|
||||
|
||||
#### Scenario: Collaborative notes editing
|
||||
- **WHEN** participant A types in the notes editor
|
||||
- **THEN** participant B sees the text appear character-by-character in real-time
|
||||
- **AND** participant B sees participant A's cursor position and name
|
||||
|
||||
#### 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue