Details
Assignee
UnassignedUnassignedReporter
Cate BoeremaCate Boerema(Deactivated)Labels
Priority
P3Parent
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Cate Boerema
Cate Boerema(Deactivated)Labels
Priority
Parent
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 5, 2016 at 9:24 AM
Updated April 4, 2018 at 10:50 AM
Purpose: Inline editing of data elements in the Information section of the User details page. The set of User fields will grow and change as part of later stories. Password management will also change to ensure passwords are encrypted etc.
CB: I think we should hold off on this until we have implemented more data elements for the Users page. 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 Information section of the User 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 User details page
When edited
Then edit controls should be:
First Name - Short text box
Last Name- Short text box
Username - Uneditable
Password - Short text box
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