dhanashri-dotcom / CommonAssessmentToolUI

0 stars 0 forks source link

Frontend: Update client information #3

Open dhanashri-dotcom opened 1 week ago

dhanashri-dotcom commented 1 week ago

Task: Create a form to update the client’s profile. Description: Provide an editable form populated with the client's existing information. Acceptance Criteria:

xq443 commented 5 days ago

Front-end User Information Update Workflow

1. Retrieve the Specific User Info

2. Update Banner

3. Updating User Page

4. Show Success Alert

5. Update Listing Page

Example db.json File Structure


{
      "id": "10a2",
      "age": "26",
      "gender": "female",
      "work_experience": "12",
      "canada_workex": "10",
      "dep_num": 0,
      "canada_born": "false",
      "citizen_status": "",
      "level_of_schooling": "",
      "fluent_english": "false",
      "reading_english_scale": 0,
      "speaking_english_scale": 0,
      "writing_english_scale": 0,
      "numeracy_scale": 0,
      "computer_scale": 0,
      "transportation_bool": "false",
      "caregiver_bool": "false",
      "housing": "",
      "income_source": "",
      "felony_bool": "true",
      "attending_school": "false",
      "currently_employed": "true",
      "substance_use": "true",
      "time_unemployed": "1",
      "need_mental_health_support_bool": "false"
    },