atlp-rwanda / atlp-devpulse-fn

application
https://atlp-devpulse-fn.vercel.app/
3 stars 1 forks source link

Apply to a job post #244

Open jkarenzi opened 1 week ago

jkarenzi commented 1 week ago

User Story

As an applicant, I want to apply to a job post with specific application details so that I can provide my qualifications and express my interest in the position.

Description

This feature will allow an applicant to submit an application for a job post by providing relevant information. Each application will be a new entity associated with the user (applicant) and the job post. The application should include specific information fields, some of which may already be part of the applicant's profile (i.e., user details). If any information already exists in the applicant's profile, it should be excluded from the application schema to avoid redundancy.

Additionally:

Tasks

Design & Schema Setup:

Define the Application entity in the database schema with the following fields:

Backend API Integration (Dependency):

Frontend Form UI:

Acceptance Criteria