RobinHeidenis / bucketlist

Movie, show, and bucket list app to keep track of all the things you still want to watch or do
https://bucketlist.fractum.nl
1 stars 0 forks source link

feat: 🎸 add backend route to delete a specific watch instance #95

Closed RobinHeidenis closed 9 months ago

RobinHeidenis commented 9 months ago

✅ Closes: BUC-85

linear[bot] commented 9 months ago
BUC-85 Create backend route to remove a specific watch instance

This ticket is about creating a backend route to remove a specific watch instance from the database. This could be either a movie or an episode. A movie or episode could be watched multiple times, and in some cases a user could wish to remove one such instance, but not all of them. A separate UI will be created to see all watch instances of a particular episode or movie. There will be trashcan icons next to the date, which call this route. The parameters for this route should be: ``` id: string (id of the instance), type: 'episode' | 'movie', ``` The `userId` can be retrieved from the `ctx.auth` object. This feature is useful when a user accidentally marks an item as watched, when they didn't actually watch it.

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
bucketlist ✅ Ready (Inspect) Visit Preview Sep 19, 2023 0:20am