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

Assign Jobseeker/Employer ID on role set (after verification) #45

Open rorosaurus opened 4 days ago

rorosaurus commented 4 days ago

Duplicate Check

Issue Type

Enhancement

Issue Description

Ensure a Jobseeker ID or Employer ID are created when the role is set.

URL of the Page

signup/jobseeker and signup/employer

Steps to Reproduce

After qualifying for the selected role, when we set the role, also set the Jobseeker or Employer ID.

Expected Behavior

No response

Additional Context

No response

Recommended Priority Level

Medium

theGaryLarson commented 4 days ago

@rorosaurus I can do this but think i should probably wait until you have your refactor of signin process including the initial screening in place. Essentially we just need to call updateSessionProperties hook at the point where ROLE is converted from GUEST to one of the other and update session with a generated uuidv4.