I can approve or deny requests, and students will know that their request has been processed
Discussion
Professors should have the ability to view pending requests, as well as approve or deny student recommendation requests from this page.
Each request should also track the "date completed".
Acceptance Criteria
[ ] Professors can approve or deny a student's request from the Pending Requests Page.
Implementation Todos
Frontend:
[ ] Professor can see list of requests and details of the request specifically for them
[ ] Professor can approve or deny requests from this page (modifying the column for status). Status should be pending and only the pending requests show up on this page. Once the professor modifies the status, it moves to the completed requests page.
Backend:
[ ] Ensure that the professor role has the permissions necessary to make post edits to the backend of a request
[ ] When a pending request is marked as approved or denied, the date completed is also saved to the backend
Testing:
[ ] Front end tests pass and there is adequate coverage
[ ] Back end tests pass and there is adequate coverage
Have you updated the title?
As a...
Professor
I can...
view all the requests awaiting my response
So that...
I can approve or deny requests, and students will know that their request has been processed
Discussion
Professors should have the ability to view pending requests, as well as approve or deny student recommendation requests from this page. Each request should also track the "date completed".
Acceptance Criteria
Implementation Todos
Frontend:
Backend:
Testing:
Corresponds to Epic #4