When the user wants to clock-in, they should know the project name so they can clock-in using the time-clock page.
We need to allow users to find the project by the customer name as well. The component is currently listing the information as follows:
customer name a - project name a
customer name a - project name b
customer name c - project name x
customer name d - project name y
Acceptance Criteria
-
If the user types part of the customer name, the component should list all the projects for the customer name entered
-
If the user types part of the project name, the component should list all the projects with coincidences of the string typed
When the user wants to clock-in, they should know the project name so they can clock-in using the time-clock page.
We need to allow users to find the project by the customer name as well. The component is currently listing the information as follows:
customer name a - project name a
customer name a - project name b
customer name c - project name x
customer name d - project name y
Acceptance Criteria
If the user types part of the customer name, the component should list all the projects for the customer name entered
If the user types part of the project name, the component should list all the projects with coincidences of the string typed