tzhan98 / pe

0 stars 0 forks source link

Out of bounds job ID #8

Open tzhan98 opened 2 years ago

tzhan98 commented 2 years ago

It is possible to add a non existing job ID even though job does not exist inside the application.

Steps to replicate:

  1. using edit, we edit Alice to have a job ID of 7

image.png

  1. As we can see, job ID does not exist in the app.

image.png

Solution: To employ a check on if job ID exists when editing/adding an applicant

nus-se-script commented 2 years ago

Team's Response

The purpose of our application is for recruiters personal use, to manage their applicants and jobs list. The jobs in their ReCLIne might not mirror the actual jobs in their companies own tracking system. Hence, there can be cases where applicants have a job they want to apply for that is not in the job list of ReCLIne.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: image.png

Above is an extract from your UG. Since ReCLIne is supposed to be a "centralised location" for users, there should not be cases where applicants have a job they apply for that is not in the job list. If applicants want to apply for a job that is not in the job list, The user should add the job inside the job list in ReCLine, then assign it to the applicant.