Skip to content

Commit

Permalink
Add phone in use case for adding candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
logical-1985516 committed Apr 13, 2024
1 parent 341db11 commit b6e632c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,10 @@ Use case ends.
- Use case resumes from step 2.


* 1e. Recruiter does not enter either name, email or country in the attribute field.
- 1e1. Hirehub raises an error and asks the recruiter to provide name, email and country of the candidate to be added.
- 1e2. Recruiter attempts to add the candidate with name, email and country.
- Steps 1e1-1e2 are repeated until the recruiter enters name, email and country.
* 1e. Recruiter does not enter either name, email, country or phone in the attribute field.
- 1e1. Hirehub raises an error and asks the recruiter to provide name, email, country or phone of the candidate to be added.
- 1e2. Recruiter attempts to add the candidate with name, email, country and phone.
- Steps 1e1-1e2 are repeated until the recruiter enters name, email, country and phone.
- Use case resumes from step 2.

---
Expand Down

0 comments on commit b6e632c

Please sign in to comment.