source-academy / stories-backend

Backend of Source Academy extension for Stories support.
0 stars 0 forks source link

Add DELETE routes #78

Closed RichDom2185 closed 1 year ago

RichDom2185 commented 1 year ago

Note that this introduces some deleted-user related bugs, namely #76 and #77. There are also some potential enhancements left as TODOs within the code.

However, this would server the MVP of allowing basic CRUD operations. Also, it is worth noting that deleting a story will not delete its associated author.

github-actions[bot] commented 1 year ago

Coverage Status

coverage: 49.203% (-2.9%) from 52.058% when pulling 2f3233da194c59aa3433c116505a319404593d10 on add-delete-routes into 4d395e99b2e4c29493ba25153d63d142e30fafad on main.