Skip to content

Commit

Permalink
Merge pull request #218 from xinen26/master
Browse files Browse the repository at this point in the history
Minor changes to DG
  • Loading branch information
xinen26 authored Apr 15, 2024
2 parents 16cc508 + 57c41cd commit 534bfdf
Showing 1 changed file with 20 additions and 7 deletions.
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

0 comments on commit 534bfdf

Please sign in to comment.