Details
-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
P3
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 5.0.0
-
Labels:
-
Template:customfield_11100 37580
-
Sprint:eHoldings Sprint 94
-
Story Points:1
-
Development Team:Spitfire
Description
As a library staff member
I want user records returned that includes preferred first name field values
Because I may only know the user by that preferred first name
Requirement
- Searching user records should look at preferred first name field
- If the search contains a value in the preferred first name field then return results
Acceptance criteria
Given I am on the Users app
When I enter [Betsy Johnson]
Then I expect results for any user record
- with first name [Betsy]
- OR preferred first name [Betsy]
Given I am on the Users app
When I enter [Smith, Bill]
Then I expect results for any user record
- with first name [Bill]
- OR preferred first name [Bill]
Given I am on the Users app
When I enter [Smith Bill]
Then I expect results for any user record
- with first name [Bill]
- OR preferred first name [Bill]
Given I am on the Users app
When I enter [Bill,Smith]
Then I expect results for any user record
- with first name [Bill]
- OR preferred first name [Bill]
Given I am on the Users app
When I enter [Tom]
Then I expect results for any user record
- with first name [Tom]
- OR preferred first name [Tom]
TestRail: Results
Attachments
Issue Links
- relates to
-
UXPROD-1790 Preferred name on user records and display thereof
-
- Closed
-