You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the built-in method of soft delete. Hard delete does not look relevant to me in any case
Well, we want the option for admins to soft-delete mensas so they're not visible anymore for the normal user. But like with the previous mensa, there was also a cancelled state, how do we handle that with soft-delete? Or do we see that as flag?
SubSide
changed the title
Deleting/hiding mensas
[T.B.R.] Deleting/hiding mensas
Oct 31, 2022
As an admin I want to be able to hide/delete mensas so they are not visible for normal users.
Acc 1: The API should not return hidden mensas when the user is not authorized
I don't like hard deletes. Maybe a visibility flag? Or will we just use the soft delete feature of Laravel?
And will we allow ways to hard delete?
The text was updated successfully, but these errors were encountered: