entity icon indicating copy to clipboard operation
entity copied to clipboard

UI - Assign Roles to Users

Open mbertucci opened this issue 1 year ago • 3 comments

When a BC Service Card user logs in and they select an account to use for STRR assign them the Host role in the backend.

This is for Dec 15 release as we will not have platform roles ready.

No dependencies and no design required.

Technical Breakdown:

  • [x] UI - Update endpoint URLs:
  • /accounts GET & POST
  • /me - removed
  • /sbc - removed

mbertucci avatar Sep 04 '24 18:09 mbertucci

Do we need this ticket? it's a UI ticket and there is an API ticket for this. I'm not sure if we actually need to do any UI work because we are just going to assign a role to every BC Services Card User who enters our system from Dec 15th until we implement the platform application form. @dimak1 and @kris-daxiom

mbertucci avatar Sep 05 '24 00:09 mbertucci

There will be minor UI changes in terms of the URL changes. The default role assignment will be done from the API when the user creates a new account or while submitting an application if an existing account is used.

kris-daxiom avatar Sep 05 '24 05:09 kris-daxiom

Account Role created when: /create-account - PASS Account Role creation when a new STRR account is created - PASS

rstens avatar Sep 06 '24 23:09 rstens