Closed jkarenzi closed 1 day ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
atlp-devpulse-fn | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 20, 2024 9:02am |
- Add toast or popup modal telling user if application submitted successfully or failed with other relevant information
- Disable next on job post page when no other job post available on next page to prevent error that are thrown
- In PR description, remember also to add screenshot if applicable
Done
Code Climate has analyzed commit c34d807b and detected 0 issues on this pull request.
View more on Code Climate.
Pull Request Description
Feature: Job Application Submission for Applicants
What does this PR do?
This pull request adds a feature allowing applicants to apply to job posts by submitting an application form with specific fields. Each application is uniquely associated with the applicant and the job post, ensuring that only one application can be submitted per job by the same applicant. Conditional fields are displayed based on the applicant's existing profile information to avoid redundancy.
Description of the Tasks
Frontend Form UI:
interest_essay
field.Validation & Error Handling:
Relevant Pivotal Trackers
244
How Can This Be Manually Tested?
Setup:
Testing the Application Submission:
Testing for Duplicate Applications:
Navigate to the "my applications" tab to view applications.
Validation & Error Messages:
Acceptance Criteria Met
interest_essay
field is limited to 200 words.Application
entity and associated with both theUser
andJobApplication
models.Screenshots