Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEARCH - Searching by Name + Search Bar #2602

Open
3 tasks
emmastephenson opened this issue Sep 20, 2024 · 0 comments
Open
3 tasks

SEARCH - Searching by Name + Search Bar #2602

emmastephenson opened this issue Sep 20, 2024 · 0 comments
Labels
needs design review The PR for this issue will need design review before merging Streamline eCR Issues for Streamline eCR team to work on

Comments

@emmastephenson
Copy link
Collaborator

emmastephenson commented Sep 20, 2024

User Story

As a case investigator, I want to search by a patient's name, so that I can find all their relevant eCRs in the Library.

Acceptance Criteria

  • The search bar is rendered according to the designs
    • Default text is included when search bar is not in use
  • Searching by any part of a patient's name pulls up all matching eCRs

NOT an acceptance criteria: we're just doing strict search at this point, not fuzzy matching. If I search "Jon", I'm not going to see any patients named "John" (note different spelling).

Scenarios

Scenario 1:

  • I click on the search bar at the top of the Library
  • I type "Emma" and click the button for search
  • All eCRs for any "Emma"s are listed (i.e., "Emma Alpha" "Emmaline Bravo" "Gemma Charlie" or "Jane Emma" are all shown)

Scenario 2:

  • I click on the search bar at the top of the Libary
  • I type "John" and hit the enter button
  • All eCRs for any "John"s are listed (i.e., "John Doe", "Johnny Smith" "Jane Johnson")

Design Notes

Link to Figma design in Dev mode
No search prototype available

Screenshots below should not be used for working on this ticket - always refer to Figma design for most up-to-date designs:
Screenshot 2024-09-20 at 9.58.04 AM.png

@emmastephenson emmastephenson added needs design review The PR for this issue will need design review before merging Streamline eCR Issues for Streamline eCR team to work on labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs design review The PR for this issue will need design review before merging Streamline eCR Issues for Streamline eCR team to work on
Projects
None yet
Development

No branches or pull requests

1 participant