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

Changed the Exceptions to align with MSS pointer #42

Merged
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
16 changes: 8 additions & 8 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,27 +346,27 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

**Extensions**

* 2a. User didn't provide an index and/or claim amount.
* 3a. User didn't provide an index and/or claim amount.

* 2a1. HR Insight shows an error message.
* 3a1. HR Insight shows an error message.

Use case ends.

* 3a. User provides a wrong index (Either negative or more than current headcount).
* 3b. User provides a wrong index (Either negative or more than current headcount).

* 3a1. HR Insight shows an error message.
* 3b1. HR Insight shows an error message.

Use case ends.

* 4a. User didn't provide +/- when stating the claim amount.
* 3c. User didn't provide +/- when stating the claim amount.

* 4a1. HR Insight shows an error message.
* 3c1. HR Insight shows an error message.

Use case ends.

* 5a. User provides a claim amount that is greater than the employee's current entitlement fund balance (Only Applicable for -).
* 3d. User provides a claim amount that is greater than the employee's current entitlement fund balance (Only Applicable for -).

* 5a1. HR Insight shows an error message.
* 3d1. HR Insight shows an error message.

Use case ends.

Expand Down
Loading