zero-to-mastery / breads-server

Server code for Breads. Keep track of what you read online, and see what your friends are reading.
https://www.breads.io/
Other
13 stars 29 forks source link

Cannot delete reading #48

Closed aubundy closed 3 years ago

aubundy commented 3 years ago

Due to the structure of some SQL tables, some readings cannot be deleted:

aubundy commented 3 years ago

Cannot delete reading if it is favorited

ToGenplusplus commented 3 years ago

Hello, can I work on resolving this issue, I have an idea of how to do this but i would like a little clarification to make sure i resolve this properly.

aubundy commented 3 years ago

@ToGenplusplus if a reading id is found in the reading_tags or favorites table, we need to delete the row containing that reading id before deleting the appropriate row in the user_readings table. The current query to delete readings can be found in queries/reading.js line 6