Skip to content

feat: implement CRUD API endpoints for user stream bookmarks#591

Open
T-kesh wants to merge 1 commit intoStreamFi-x:devfrom
T-kesh:dev
Open

feat: implement CRUD API endpoints for user stream bookmarks#591
T-kesh wants to merge 1 commit intoStreamFi-x:devfrom
T-kesh:dev

Conversation

@T-kesh
Copy link
Copy Markdown

@T-kesh T-kesh commented Apr 24, 2026

This PR implements the personal stream markers API, enabling viewers to save private bookmarks at specific timestamps during VOD playback. The new endpoints, located under app/api/routes-f/stream/markers/, allow users to fetch their own markers for a specific recording, add new markers with optional notes (up to 100 characters), and delete existing ones by ID. To ensure a performant and reliable experience, the implementation enforces a limit of 50 markers per user per recording and leverages server-side session verification for strict privacy. Additionally, the routes include self-contained database initialization logic to automatically manage the stream_markers table and indices, ensuring the feature is fully standalone and easy to deploy.
closes #522

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 24, 2026

@T-kesh is attempting to deploy a commit to the david's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 24, 2026

@T-kesh Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@T-kesh
Copy link
Copy Markdown
Author

T-kesh commented Apr 24, 2026

@davedumto Please review this
Also if you have any other issue available, I'd like to work on them

@T-kesh
Copy link
Copy Markdown
Author

T-kesh commented Apr 27, 2026

@davedumto Please review this

@T-kesh
Copy link
Copy Markdown
Author

T-kesh commented Apr 28, 2026

@davedumto Kindly review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant