Done
Details
Assignee
Matt ConnollyMatt ConnollyReporter
Cate BoeremaCate Boerema(Deactivated)Priority
P3Sprint
NoneTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Matt Connolly
Matt ConnollyReporter
Cate Boerema
Cate Boerema(Deactivated)Priority
Sprint
None
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 3, 2017 at 10:45 AM
Updated May 8, 2017 at 11:46 AM
Resolved March 3, 2017 at 10:20 AM
Purpose: Implement fist version of create and edit for Item records. Here again, we are including only basic data elements which will grow/change as we get further definition.
Scenario
Given the filter pane in the Inventory app
When displayed
Then a button should be displayed labelled "New item" (note the sentence case - this is how Filip wants labels to appear throughout)
Scenario
Given the Item Details pane in the Inventory app
When Item X is selected from the Item List
Then an edit icon should display (similar to user management)
Scenario
Given the New item/Edit item modal
When displayed
Then:
It should contain the following data elements:
Title
Material Type
Barcode
Location
Scenario
Given data entered on New item modal is valid
When saved
Then the new item modal is closed (NOTE: UX is working on some confirmation that the new record was created with access to view it - we will integrate this functionality as part of a later story.)
Scenario
Given data entered on Edit item page is valid
When saved
Then:
The edit item modal is closed
The newly edited item is displayed in the preview pane