Won't Do
Details
Assignee
Cate BoeremaCate Boerema(Deactivated)Reporter
Cate BoeremaCate Boerema(Deactivated)Priority
P3TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Cate Boerema
Cate Boerema(Deactivated)Reporter
Cate Boerema
Cate Boerema(Deactivated)Priority
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 8, 2016 at 12:26 PM
Updated July 8, 2021 at 3:10 PM
Resolved July 8, 2021 at 3:10 PM
Purpose: Inline editing of data elements in the Item details page. The set of Item fields will grow and change as part of later stories.
CB: We should hold off on this until we have a better sense of what we are doing for Kabalog/Resource Management. Also, discuss with Tech Team the complexity of implementing this option. There will also be a full-page edit. We may want to implement that first.
Scenario
Given the Item details page
When I hover over a field
Then field is highlighted an edit icon displays
Scenario
Given the edit icon
When clicked
Then:
The highlighted field(s) become editable
An X button displays as shown in the prototype
A check button displays as shown in the prototype
Scenario
Given I make valid changes to the editable field(s)
When I click the check button
Then:
My changes are saved
The editable section returns to original read-only state
Scenario
Given I make changes to the editable field(s)
When I click the X button
Then:
My changes are not saved
The editable section returns to original read-only state
Data from prior save is displayed
Scenario
Given I make changes to the editable field(s) but don't save or cancel
When I click anywhere outside of the edit area
Then:
Edit area remains open
Changes are neither saved nor cancelled
I cannot navigate away without first clicking the X or check button
Scenario
Given I make NO changes to the editable field(s)
When I click on a navigational element outside of the edit area
Then:
The editable section returns to original read-only state
I am taken to the page to which I navigated
Scenario
Given I make NO changes to the editable field(s)
When I click on a editable Element E outside of the edit area
Then:
The currently editable section returns to original read-only state
Element E is opened for editing
Scenario
Given the Item details page
When edited
Then edit controls should be:
Title - Uneditable? Likely pulls from Bib
Material Type - Dropdown menu Fixed values or library configurable in Settings?
Barcode - Short text box
Location - Dropdown menu library configurable - where?
Status - Editable dropdown menu Fixed values or library configurable in Settings?
Out of scope for this story (will be added to additional stories):
Full edit mode as an alternative to inline editing where everything is open and you can tab between fields
Validating data