Skip to content

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

Merged
davedumto merged 1 commit into
StreamFi-x:devfrom
T-kesh:dev
Jun 6, 2026
Merged

feat: implement CRUD API endpoints for user stream bookmarks#591
davedumto merged 1 commit into
StreamFi-x:devfrom
T-kesh:dev

Conversation

@T-kesh

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

Copy link
Copy Markdown
Contributor

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

vercel Bot commented Apr 24, 2026

Copy link
Copy Markdown

@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

drips-wave Bot commented Apr 24, 2026

Copy link
Copy Markdown

@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

T-kesh commented Apr 24, 2026

Copy link
Copy Markdown
Contributor Author

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

@T-kesh

T-kesh commented Apr 27, 2026

Copy link
Copy Markdown
Contributor Author

@davedumto Please review this

@T-kesh

T-kesh commented Apr 28, 2026

Copy link
Copy Markdown
Contributor Author

@davedumto Kindly review

@davedumto davedumto merged commit c87f891 into StreamFi-x:dev Jun 6, 2026
1 check failed
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

2 participants