feat(api): owner tags and filtered movie views #70
Reference in New Issue
Block a user
Delete Branch "issue/40-owner-tags"
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?
Adds owner CRUD (
/api/owners), tag/untag on a movie (PUT/DELETE /api/movies/{movie_id}/owners/{owner_id}), and anowner_idfilter onGET /api/movies, so a title with two owners shows up in both filtered views while existing once on disk (DESIGN.md §4.3).The
owners/title_ownerstables and theOwner/MovieOwnercore types already existed from earlier scaffolding; this fills in the API layer the acceptance criterion needs.Notification routing to
ntfyis issue #41, not this one.Closes #40
Reviewed
ac1a81133233e41f79c0e6ab000945bcec522276. No findings.