As an employee, I would like an easier way to visualise Clients and their IDs, so that I can link them to a drop off.
Acceptance Criteria
-
Clicking on the client ID section of the form pops up a search modal -
Searching on the modal by name will get a named client -
The email is shown next to the clients name and ID -
Rename the "ID" on the new client form and drop off to be more descriptive -
Add error handling for if a contract/client ID doesn't exist when a form is posted -
The form and page are separated so that the form can be used as a modal elsewhere
Definition of Ready
-
Understood by the team -
Has clear business value -
Is estimated -
Has its dependencies linked -
Is small -
Has its acceptance criteria defined
Definition of Done
-
Built and runs without errors -
Is tested against acceptance criteria -
Demoed to the team -
Documented and commented code -
Pages have some basic styling (if appropriate) -
Has at least 70% code coverage for automated testing -
Uses Selenium to full stack test (if appropriate) -
Has no ESLint errors
Edited by Huw Holman