Frontend: watchlist and favorites #7

Open
opened 2026-05-04 22:38:16 +10:00 by unkinben · 0 comments
Owner

Allow users to mark items as favorites / add to a watchlist. Requires a new user_lists table (user_id, media_id, list_type enum: watchlist|favorite, added_at). Auth service manages ownership. Frontend shows a heart/bookmark icon on each card; separate 'My List' page. Needs authenticated user session (guest account does not support this).

Allow users to mark items as favorites / add to a watchlist. Requires a new user_lists table (user_id, media_id, list_type enum: watchlist|favorite, added_at). Auth service manages ownership. Frontend shows a heart/bookmark icon on each card; separate 'My List' page. Needs authenticated user session (guest account does not support this).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/streamstack#7