diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 8736a06d4c3..92da4478a0d 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -374,23 +374,23 @@ The following sequence diagram shows how a tag operation goes through the variou Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unlikely to have) - `*` -| Priority | As a …​ | I want to …​ | So that I can…​ | -|----------|--------------------|---------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------| -| `* * *` | 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 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 | -| `* * *` | recruiter | delete specific tags | undo mistakes made when adding tags | -| `* * ` | recruiter | view the number of vacancies left for each role | know when to stop hiring/accepting new candidates | -| `* *` | careless recruiter | confirm the clearing of the candidate list | avoid any accidental deletion of the candidate list | +| Priority | As a …​ | I want to …​ | So that I can…​ | +|----------|--------------------|-----------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------| +| `* * *` | 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 a particular application | facilitate the interview process | +| `* * *` | 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 | +| `* * *` | recruiter | delete specific tags | undo mistakes made when adding tags | +| `* * ` | recruiter | view the number of vacancies left for each role | know when to stop hiring/accepting new candidates | +| `* *` | careless recruiter | confirm the clearing of the candidate list | avoid any accidental deletion of the candidate list | ### Use cases