dhanashri-dotcom / CommonAssessmentToolUI

0 stars 0 forks source link

Feature Development UI #15 : Do not assign to anyone #1

Open dhanashri-dotcom opened 1 week ago

dhanashri-dotcom commented 1 week ago

This issue is our parent issue, do not assign it to anyone

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:

  1. The user can easily pull up any the past information/profile of a client who has already registered with the agency.
  2. The user should not have to retype a previous client's information into the form. Instead, they should be able to update the information.
  3. 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.
  4. Research best practices in how to test a React application and write tests