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)
Add
end_projectmethod toProjectcontroller.After ending a project, the
ADMINshould 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)