Computing-For-All / nextjs-issue-tracker

Repository created to manage the UAT (User Acceptance Testing) workflow for the Next.js website. This repo will serve as a central hub for tracking issues, feedback, and improvements identified during testing phases, ensuring a smooth and efficient UAT process.
0 stars 0 forks source link

Jobseeker Work Experience Page: radio buttons not displaying existing options. #68

Open theGaryLarson opened 1 week ago

theGaryLarson commented 1 week ago

Duplicate Check

Issue Type

Bug

Issue Description

{F94A6ED0-5BB4-45F3-8A4B-4C87787B9E8B}

Validated the data does exist in the database {B1DFB11D-7E0E-48EB-92E8-F17E18CBE870}

URL of the Page

/create-profile/jobseeker/work-experience

Steps to Reproduce

  1. Complete work experience information
  2. Save and continue.
  3. Navigate back to the page (triggering useEffect here requires adding pathname to useEffect dependency array)
  4. Refresh to trigger useEffect

Expected Behavior

Radio buttons to be filled based on database record as seen in image below: {EC71A8AA-4785-4838-9AFC-7633555CB398}

Additional Context

No response

Recommended Priority Level

High

cfa-jonathan commented 4 days ago

Fixed in my branch, not merged to main yet.