|
As a Circulation Manager
I want to add more fields to the User/Patron record
So that I have all the fields I need to manage my patrons.
New Section Requirement
- Create a new section under Settings > Users entitled Custom fields
- Display as the last item
Custom fields list page
- Custom fields list page when a custom field has been created (see below screenshot)
- Section title should display <<section title value>>
- Accordion header displays: <<Field label>>, <<input type>>, (If Hidden has been checked then show (Hidden) to the right of the input type on the Accordion header. If Hidden has not been checked then do not show on accordion or with the list of fields when expanded. )
- View mode display order is the same display order as Edit mode
- Default accordion display: Collapsed
- When accordion is expanded then show all field labels and values
- Then do not show Hidden setting
- If Required field = Is checked then display Yes, otherwise display No
- If no Help text has been entered then do not show
Acceptance criteria
Given I have access to Settings > Users > Custom fields
When a custom field has been created
Then display that custom field in the View Custom fields list
Given I am on the View Custom fields list page
Then default display is to collapse all custom fields
The accordion header displays <<Field label>>, <<input type>>, (If Hidden has been checked then show (Hidden) to the right of the input type on the Accordion header. If Hidden has not been checked then do not show on accordion or with the list of fields when expanded. )
|