As a case management worker to unemployed or underemployed individuals (i.e. clients) who have already been registered in the application, I want to pull up their previous information, update the information as necessary, and receive a new Return-To-Work score so that I can observe their past history with the agency, remove duplicate work (such as reentering their information), and make a better decision on what they need to focus on ensure that they find employment.
Acceptance criteria
- The user can easily pull up any the past information/profile of a client who has already registered with the agency.
- The user should not have to retype a previous client's information into the form. Instead, they should be able to update the information.
- The frontend should depend on REST API's provided by the backend to get information about a client. If such API's don't exist on the backend, identify such API's and make them known to the backend developers. In the meantime, create placeholder API's.
- Research best practices in how to test a React application and write tests
As a case management worker to unemployed or underemployed individuals (i.e. clients) who have already been registered in the application, I want to pull up their previous information, update the information as necessary, and receive a new Return-To-Work score so that I can observe their past history with the agency, remove duplicate work (such as reentering their information), and make a better decision on what they need to focus on ensure that they find employment.
Acceptance criteria