feat: curated movie lists #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The only collection is the flat watchlist. Curated lists ("Best Sci-Fi of the 2000s", "Weekend comfort watches") are a core engagement feature for film communities.\n\nScope:\n- Create named, ordered lists with optional description\n- Add/remove/reorder movies in a list\n- Public vs private lists\n- Browse other users' lists\n- List detail page with poster grid and movie cards\n- Federate lists as AP
OrderedCollection\n\nImplementation considerations:\n- Newlistsandlist_itemstables (list_id, movie_id, position, added_at)\n- Domain models:MovieList,ListItem\n- Ports:ListCommand/ListQuery\n- API: CRUD endpoints under/api/v1/lists\n- SPA: list creation/editing UI, list detail page, "Add to list" action on movie pages\n- Consider list templates/presets (e.g. "Watched in 2026" auto-populated)