Enable project search by customer name
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.