Uploaded image for project: 'Library Apps'
  1. Library Apps
  2. LIBAPP-68

Search Users v3 - Search by First Name, Last Name and Username

    XMLWordPrintable

Details

    • LIBAPP Sprint 6

    Description

      Purpose: Implement basic search for Users app. Initial search will be of the Last Name and First Name only, but we plan to extend that to cover all Identifiers, once those have been added to the record metadata. Eventually we plan to have an unqualified search that searches all user metadata, but that will require implementing special sorting logic to ensure the most relevant matches are at the top. Given that, our first increments of search will be against a subset of fields.

      As a library administrator who is working with the Users app
      I want to be able to search users by name
      So I can locate a user to view and/or edit

      1. Scenario
        • Given the User Search Box in the Users app
        • When no search has been executed
        • Then all user records should display in the User List (filter selections should apply)
      2. Scenario
        • Given the User Search Box in the Users app
        • When user begins to type into the search box
        • Then a grey x icon should display as shown in the prototype
      3. Scenario
        • Given the grey x icon in the User Search Box
        • When clicked
        • Then:
          • Filters that were set prior to search removal should be maintained
          • The grey x icon should no longer display
      4. Scenario
        • Given the User Search Box in the Users app
        • When:
          • A search term is entered
        • Then:
          • The User List is updated to to display only those users whose Last Name, First Name or Username matches the entered search term (begins-with partial word matching) NOTE: Sort order is specified separately in LIBAPP-70
          • Filters that were set prior to search are maintained
          • The grey x icon remains visible/active
      5. Scenario
        • Given the User List in the Users app
        • When applied search and filters return no results
        • Then the following message should be displayed:
          • No results found for "<SearchTerm>"
          • Please check your spelling and filters.

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                mike Mike Taylor
                cboerema Cate Boerema
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Time Tracking

                    Estimated:
                    Original Estimate - Not Specified
                    Not Specified
                    Remaining:
                    Remaining Estimate - 0 minutes
                    0m
                    Logged:
                    Time Spent - 1 day, 1 hour
                    1d 1h

                    TestRail: Runs

                      TestRail: Cases