Skip to content

feat(routes-f): VOD playback bookmark markers endpoint #522

@davedumto

Description

@davedumto

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 recording
  • POST /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
  • note max 100 chars
  • Route lives exclusively in app/api/routes-f/stream/markers/

Notes

Standalone — no dependency on other open issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave programroutes-fStandalone API route in app/api/routes-f/

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions