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

US3 - Search Input #3

Open
HannesOster opened this issue Jul 19, 2023 · 1 comment
Open

US3 - Search Input #3

HannesOster opened this issue Jul 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@HannesOster
Copy link
Owner

HannesOster commented Jul 19, 2023

Value Proposition

As a user
i want to search for customers
in order to select them for further actions

Description

Bildschirmfoto 2023-07-19 um 11 21 19

Acceptance Criteria

  • there should be an inputfield in the header of the "Pfand"-page
  • onChange the input should search for customers which are similar to the searchquery

Tasks

  • create a branch with a fitting name
  • add a new component called SearchHeader
  • copy the header component into it and put an inputfield inside of it
  • write a function, which searchs onChange for customers having a similar name to the searchquery
  • map over the filtered array and let the customers appear in a dropdown menu
@HannesOster HannesOster added the enhancement New feature or request label Jul 19, 2023
@ekat-br
Copy link

ekat-br commented Jul 19, 2023

Perhaps it would be beneficial to create a separate user story to address the functionality of navigating to a new page when clicking on the customer's link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants