Skip to content
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

Add DELETE routes #78

Merged
merged 6 commits into from
Jul 26, 2023
Merged

Add DELETE routes #78

merged 6 commits into from
Jul 26, 2023

Conversation

RichDom2185
Copy link
Member

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.

@RichDom2185 RichDom2185 self-assigned this Jul 26, 2023
@RichDom2185 RichDom2185 enabled auto-merge (squash) July 26, 2023 11:09
@github-actions
Copy link

Coverage Status

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

@RichDom2185 RichDom2185 merged commit 972695d into main Jul 26, 2023
@RichDom2185 RichDom2185 deleted the add-delete-routes branch July 26, 2023 12:08
YaleChen299 pushed a commit that referenced this pull request Jul 26, 2023
* Add delete method to user model

* Create users' delete controller

* Add delete method to story model

* Create stories' delete controller

* Add TODOs

* Update router
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants