Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What should happen & when if a business_bceid_name changes #2549

Open
6 tasks
BCerki opened this issue Dec 4, 2024 · 0 comments
Open
6 tasks

What should happen & when if a business_bceid_name changes #2549

BCerki opened this issue Dec 4, 2024 · 0 comments

Comments

@BCerki
Copy link
Contributor

BCerki commented Dec 4, 2024

Describe the task

Currently, it's not possible to change the bceid_business_name in the app. When we create a user, we get bceid_business_name from the session in the FE and send it to the endpoint to put into the db. When we update a user, we send the same information from the FE, but the UserUpdateIn ninja schema strips out session. So the db never receives the updated business name.

If someone needed to change their BCEID business name, the process could look something like this:

  • user contacts Service BC to get the business name changed for the BCEID
  • we put bceid_business_name into UserUpdateIn
  • user logs into the app once Service BC has changed the name and their session ~should have the new business name
  • user goes to the profile page and submits. There's no field for business BCEID name that they can change, but when they submit, that sends the session info and their name is updated.
  • BCEID business name should now be updated in the app (check by looking at the user access requests grid as a CAS user)

Acceptance Criteria

  • first
  • second
  • third

Definition of Done

  • first
  • second
  • third

Additional context

  • Add any other context about the task here.
  • Or here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant