Skip to content

Commit

Permalink
Merge pull request #244 from AY2324S2-CS2103T-W08-1/docs/dg-minor-fixes
Browse files Browse the repository at this point in the history
Fix DG ToC formatting
  • Loading branch information
chiralcentre authored Apr 14, 2024
2 parents 24ba7ea + 0151e6e commit 3a1b927
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 @@ -284,8 +284,7 @@ The following sequence diagram shows how a SlotsLeft operation goes through the

At the outset, there were discussions centered around whether `vacancy` attribute for the job class should denote the remaining count of job openings or the total number of candidates intended for recruitment by the hiring entity. In consideration of the recruiters' potential necessity to adjust the vacancy count for a given job and constantly refer to the initial vacancy, it was resolved that the `vacancy` attribute shall denote the total number of positions that the recruiters aim to hire. To accommodate a functionality enabling recruiters to ascertain the number of remaining job openings after deducting the count of candidates already offered positions, a 'slots_left' command was instituted for this purpose.


### Add_app Command
### AddApplication Command

Add_app adds an application containing a job and a person

Expand Down Expand Up @@ -476,7 +475,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

### Use cases

### 1. Add candidate
### Add candidate

**System**: Hirehub (Candidate Management System for Company Recruiters)

Expand Down Expand Up @@ -569,6 +568,7 @@ Use case ends.
- Use case 4b is repeated if the recruiter enters invalid input for the confirmation page again.
- Use case resumes from step 5 if recruiter confirms deletion.
- Use case resumes from step 4a if recruiter cancels deletion.

---

### Edit candidate details
Expand Down

0 comments on commit 3a1b927

Please sign in to comment.