-
Notifications
You must be signed in to change notification settings - Fork 96
feat(routes-f): VOD playback bookmark markers endpoint #522
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programroutes-fStandalone API route in app/api/routes-f/Standalone API route in app/api/routes-f/
Description
Overview
Implement app/api/routes-f/stream/markers/route.ts for viewer-set personal bookmarks during VOD playback.
Scope
GET /api/routes-f/stream/markers?recording_id=— list own bookmarks for a recordingPOST /api/routes-f/stream/markers— add a bookmark (recording_id,timestamp_seconds,note?)DELETE /api/routes-f/stream/markers/[id]— remove a bookmark
Acceptance Criteria
- Bookmarks are private to the creating user
- Max 50 bookmarks per recording per user
-
notemax 100 chars - Route lives exclusively in
app/api/routes-f/stream/markers/
Notes
Standalone — no dependency on other open issues.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programroutes-fStandalone API route in app/api/routes-f/Standalone API route in app/api/routes-f/