-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description: Allow users to submit applications and track their status in the application (Seen, Considered, Declined).
Steps to Achieve:
- Create an application form connected to the backend API.
- Submit the application along with any additional data (resume, cover letter).
- Implement a dashboard for users to view the status of their applications.
- Poll the backend periodically (or use websockets) to update application status in real-time.
Acceptance Criteria:
- Users can apply to jobs via the application form.
- Applications are successfully sent to the backend.
- Users can view the status of all their applications.
- Status updates (e.g., Seen, Interview, Declined) are reflected on the frontend.