So that I can accept or deny requests, and mark them completed and students will know that their request has been processed
Discussion
Professors should have the ability to view pending requests, as well as accept or deny student recommendation requests from this page. Each request track both the dateAcceptedDenied and the dateCompleted
Use the url /requests/pending
Acceptance Criteria
[ ] Professors can accept or deny a student's pending request from the Pending Requests Page.
[ ] Professors can mark a student's accepted request as completed from the Pending Requests Page.
User Story
Discussion
Professors should have the ability to view pending requests, as well as accept or deny student recommendation requests from this page. Each request track both the
dateAcceptedDenied
and thedateCompleted
Use the url
/requests/pending
Acceptance Criteria
Implementation Todos
Frontend:
Backend:
Testing:
Corresponds to Epic #4