FEAT: Delete recipes #75
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A user should be able to delete their recipes. Soft delete probably?
To implement a soft delete, I will need another DB field.
Lots of progress, but not complete.
Owner validation needs to take place in the UI, maybe we need another API.
I also want a confirmation modal, its too easy to delete them.
Complete with PR #84