Skip to content

Veda job application form page#2255

Open
Charitha2009 wants to merge 2 commits into
developmentfrom
veda-job-application-form-page
Open

Veda job application form page#2255
Charitha2009 wants to merge 2 commits into
developmentfrom
veda-job-application-form-page

Conversation

@Charitha2009

Copy link
Copy Markdown
Contributor

Description

Screenshot 2026-06-19 at 10 35 37 PM

Related PRS (if any):

This backend PR is related to the #4958 frontend PR.

Main changes explained:

  • New submit API — Adds POST /api/jobforms/:formId/responses so applicants can submit job applications (not on development today).
  • Multipart upload support — Accepts resume and question file attachments via multer, alongside a JSON payload with answers and profile info.
  • Public access — Skips auth middleware for that POST route so unauthenticated users can apply.
  • Data storage — Saves submissions to jobApplicationsModel with question answers, file metadata, and applicant profile details.

How to test:

  1. check into current branch
  2. do npm install and ... to run this PR locally
  3. Clear site data/cache
  4. log as admin user
  5. go to http://localhost:5173/collaboration
  6. Click Apply on any listed job
  7. Verify the Job Application Form page loads internally
  8. Confirm the job title appears in large font followed by the job description
  9. Verify all requirements are listed with correct checkbox states based on user data
  10. Confirm styling matches other pages in the Applications section
  11. Verify the page renders correctly in dark mode using the reference document

Screenshots or videos of changes:

Screenshot 2026-06-19 at 10 38 43 PM Screenshot 2026-06-19 at 10 38 55 PM

Test and others added 2 commits May 31, 2026 15:01
Expose POST /api/jobforms/:formId/responses with multer so applicants can submit answers and attachments without auth.

Co-authored-by: Cursor <cursoragent@cursor.com>
Integrate latest development changes while keeping the job application
submit endpoint on the feature branch.

Co-authored-by: Cursor <cursoragent@cursor.com>
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant