Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor changes to DG #218

Merged
merged 2 commits into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 20 additions & 7 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,13 +329,13 @@ Priorities: Essential (needed for basic functionality) - `Essential`, Typical (c

* 3b. The unnecessary fields given.

* 3a1. HRConnect shows an error message.
* 3b1. HRConnect shows an error message.

Use case resumes at step 2.

* 3c. The contact details have been added before.

* 3b1. HRConnect shows an error message.
* 3c1. HRConnect shows an error message.

Use case resumes at step 2.

Expand Down Expand Up @@ -417,14 +417,14 @@ Priorities: Essential (needed for basic functionality) - `Essential`, Typical (c
Use case resumes at step 2.


**Use case: Edit a person**
**Use case: Edit an applicant**

**MSS**

1. User requests to list of contacts
2. HRConnect shows a list of contacts
3. User requests to edit a specific person's details in the list
4. HRConnect edits the details belonging to the person
3. User requests to edit a specific applicant's details in the list
4. HRConnect edits the details belonging to the applicant

Use case ends.

Expand All @@ -434,7 +434,7 @@ Priorities: Essential (needed for basic functionality) - `Essential`, Typical (c

Use case ends.

* 3a. The given index of the person is invalid.
* 3a. The given index of the applicant is invalid.

* 3a1. HRConnect shows an error message.

Expand All @@ -445,6 +445,19 @@ Priorities: Essential (needed for basic functionality) - `Essential`, Typical (c
* 3b1. HRConnect shows an error message.

Use case resumes at step 2.

* 3c. Newly applied changes were the same as before.

* 3c1. HRConnect shows an error message.

Use case resumes at step 2.

* 3d. The applicant already exists in HRConnect.

* 3d1. HRConnect shows an error message.

Use case resumes at step 2.


**Use case: Export contacts**

Expand Down Expand Up @@ -528,7 +541,7 @@ Priorities: Essential (needed for basic functionality) - `Essential`, Typical (c
**MSS**

1. User requests to list persons
2. AddressBook shows a list of persons
2. HRConnect shows a list of persons

Use case ends.

Expand Down
Loading