Week 8 Update
Progress on Rejection Feature for Graduate Applicants
An update on our progress regarding the implementation of the fallback option for the "Reject Applicants Anytime" feature.
Progress Summary
Backend Completion:
We have successfully implemented the backend functionality for rejecting graduate applicants. This includes:
- A new API endpoint that allows admins to reject applications at any time.
- Database updates
- Security policies ensuring only authorized admins can perform rejections.
Clarification on Scope:
We discussed and clarified the scope of the feature with the client, ensuring alignment on functionality and use cases. This will help avoid any miscommunication during deployment and testing phases.
Sprint Backlog
Here is the list of completed tasks from Week 8:
- Backend API endpoint for rejecting applications.
- Database schema migration
- Policy updates to restrict rejection functionality to admins.
- Initial testing of backend functionality using PHPUnit.
Next Steps
For Week 2, we will focus on:
- Finalizing the frontend UI for rejection functionality

