Skip to content

Commit

Permalink
Update DeveloperGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
logical-1985516 authored Apr 14, 2024
1 parent eba6c9e commit d6a3dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Cons: It is harder for the users to type out the email of a candidate and job ti

We choose this alternative because recruiters can reduce the probability of adding incorrect application by enforcing them to explicitly type out a candidate's email and a job title that the candidate applies for.

**Alternative 2:** Use an index of Candidate (`Person`) in the candidate list and an index of job in the job list as an input.
**Alternative 2:** Use an index of candidate (`Person`) in the candidate list and an index of job in the job list as an input.

Pros: It is easier for the users to type out index of candidates and jobs displayed in their respective lists than writing email and job title everytime.

Expand Down

0 comments on commit d6a3dbf

Please sign in to comment.