You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an "add equipment" page which allows the user to add an equipment to the system.
Acceptance Criteria
The application contains an "add equipment" page.
The “add equipment” page has a field where the user can select an equipment type.
The "add equipment" page displays additional input fields according to the attributes of the selected equipment type.
The input fields reject invalid input, either before or during attempted creation. This includes the validation of any regular expressions which were defined within an attribute.
The user can create a new equipment type after entering the proper information.
When the user selects “Create Equipment”, if the required fields (determined by equipment type) are not filled, the system will display a popup warning that informs the user that fields were left empty.
When the user selects “Create Equipment”, if there are any conflicts with already existing equipment regarding unique attributes, it should display a warning pop-up that informs the user, and the creation should not be successful.
Story/Task Details
Acceptance Criteria