Skip to content

Commit

Permalink
Update DeveloperGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
logical-1985516 committed Apr 14, 2024
1 parent 411f655 commit af470db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,15 +376,15 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

| Priority | As a …​ | I want to …​ | So that I can…​ |
|----------|--------------------|---------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|
| `* * *` | recruiter | update the contact details of potential candidates | quickly fix mistakes or update outdated data |
| `* * *` | recruiter | view the contact details of potential candidates in tabular format | read the data more easily |
| `* * *` | recruiter | update the details of potential candidates | quickly fix mistakes or update outdated data |
| `* * *` | recruiter | view the details of potential candidates in tabular format | read the data more easily |
| `* * *` | recruiter | add new candidates to the candidate list | expand my network of contacts |
| `* * *` | recruiter | delete candidates from the candidate list | comply with candidates' request to delete information in accordance with privacy acts or when the information is outdated |
| `* * *` | recruiter | add tags to categorise candidates | easily find candidates fulfilling a particular criteria (tag) |
| `* * *` | recruiter | filter candidates by their attributes | easily seek out for the relevant candidates |
| `* * *` | recruiter | leave a comment on the candidate profile | take note of the important aspects of the candidate for future reference |
| `* * *` | recruiter | keep track of the candidate's interview status for particular application | facilitate the interview process |
| `* * *` | recruiter | clear the database in one single command | avoid typing multiple delete commands |
| `* * *` | recruiter | clear the candidate list in one single command | avoid typing multiple delete commands |
| `* * *` | recruiter | view the details of a candidate of a particular row in the candidate list | have an absolute reference of the singular candidate that I am interested in |
| `* * *` | recruiter | filter candidates by the jobs they applied | see what jobs they apply for |
| `* * *` | recruiter | filter applications by job | have an overview of all the applications for a particular job for easier processing |
Expand Down

0 comments on commit af470db

Please sign in to comment.