Update Deliverable_1 authored by Leo Liu (wni817)'s avatar Leo Liu (wni817)
......@@ -155,8 +155,30 @@ _User story #3:_ As a manager, I want to be able to view the details of each emp
**Acceptance Test:**
_User Story #1:_
* User should be able to add a new employee to the database
* User should not be able to delete/modify an employee that’s not in the database and should receive an error message telling about the situation.
* User should not be able to add an employee who’s already in the database and should receive an error message telling about the situation.
_User Story #2:_
* User should be able to search by keyword for each employee, including (First Name, Last Name, Position Title and other information)
* User should not be able to find a page of an employee that does not exist in the database and should receive an error message telling about the situation.
_User Story #3:_
* User should be able to see detailed information of the selected employee if the employee exists in the database.
* User should not be able to see a page of an employee that doesn’t exist in the database and should receive an error message telling about the situation.
**Story Points:**
_User Story #1:_ 3 Points
_User Story #2:_ 5 Points
_User Story #3:_ 2 Points
---
**Vince**
......
......