diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 373afb3e906..8736a06d4c3 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -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 |