-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cascading Delete Tags #201
Conversation
Visit the preview URL for this PR (updated for commit 2380e53): https://blueprintsupportivehousing--pr201-daniel-cascading-del-crxwypyh.web.app (expires Thu, 07 Dec 2023 01:09:17 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f6bcdba7452bf82a6ec1a299c37d1bdff7870d09 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the two comments I left, everything else looks good! I tested it through Postman and everything works as expected. I'll approve this PR for now since the problems I found aren't too big
in this file
idk at all but just a thought |
so if you try and use the DELETE route (
all this does is trigger a cascading delete whenever that foreign key is deleted as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome LGTM!!!
Notion task link
Task Name
Implementation description
Steps to test
{ "employee_id": 7, "resident_id": 2, "datetime": "2023-11-12T01:56:01.891Z", "flagged": false, "note": "lalala", "tags": ["tagA", "tagB", "tagC"], "building_id": 1 }
What should reviewers focus on?
Checklist