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
Solid and clean code issue. This issue focus on single responsability principle. The ideia is to divide the user delete and the moderator delete into two parts.
Acceptance criteria
The user can delete his possessions
The moderator has the same delete permissions as before
Tasks
Separate function delete_content into two
Create function delete_content_moderator
The text was updated successfully, but these errors were encountered:
Description
Solid and clean code issue. This issue focus on single responsability principle. The ideia is to divide the user delete and the moderator delete into two parts.
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: