F4KER-X / TalentVault

https://talentvault.vercel.app
1 stars 2 forks source link

User Story 6: Adding and managing postings to the system by the employers #24

Closed despinakouli closed 1 year ago

despinakouli commented 1 year ago

As an employer, I want to be able to create and edit detailed job postings on the system so the applicants can find a job that satisfies their needs. I also want to be able to delete a job posting once it has been filled, so that i do not receive applications for closed jobs. Possible job details

Tasks:

F4KER-X commented 1 year ago

AT - 6.1: Add job

User Acceptance Flow

  1. User clicks to add a job
  2. User fills out all fields
  3. User clicks save
  4. Data is sent to the database
  5. Job is added
F4KER-X commented 1 year ago

AT - 6.2: Update job

User Acceptance Flow

  1. User chooses one the jobs to update
  2. User changes some information
  3. User save the job
  4. Data is updated in the database
F4KER-X commented 1 year ago

AT - 6.3: Delete job

User Acceptance Flow

  1. User chooses one job to delete
  2. User gets promoted to confirm the deletion
  3. Job is deleted from the database