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 af470db commit 3e2fc28
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e2fc28

Please sign in to comment.