JJCSA / backend

0 stars 1 forks source link

Create New UserStatus for NewUser #59

Closed shah-tejas closed 3 years ago

shah-tejas commented 3 years ago

Current User status flow is: Pending -> Active / Rejected

Add new status for new user: Pending -> NewUser/Rejected -> Active

The transition from NewUser -> Active should only be allowed if all the onboarding fields.

Once user is approved user status should be new user in order to identify by Frontend to ask user to fill onboarding profile. User should be enable in keycloak so that they can login

UserStatus enum needs to be updated with the above requirement

shah-tejas commented 3 years ago

This is done