-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Add end_project method to Project controller.
After ending a project, the ADMIN should be redirected to a screen in which he can add feedback to each non-admin user of the project.
Suggested tests:
End project using an ADMIN user (should return 200 - OK)
End project using a user from any other level (should return 401 - Unauthorized)