feat: Phase 4 grouping with entry-break dividers
Add group.py route, phase4.html template, and supporting state changes. Photos are shown as a flat stream; clicking divider zones inserts entry-break boundaries that split photos into labelled groups. Labels persist via group_labels dict. Done materialises groups into state.groups and advances to write phase. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,5 +12,7 @@
|
||||
"local_datetime": "2023-09-05T14:30:00", "tag": "story", "order": 1}
|
||||
],
|
||||
"groups": [],
|
||||
"notes": "I remember the airport was chaos."
|
||||
"notes": "I remember the airport was chaos.",
|
||||
"dividers": [],
|
||||
"group_labels": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user