Skip to content

Instantly share code, notes, and snippets.

@BurningDog
Last active July 27, 2023 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BurningDog/88e0680af91a26f3d659ff9ea5aa4064 to your computer and use it in GitHub Desktop.
Save BurningDog/88e0680af91a26f3d659ff9ea5aa4064 to your computer and use it in GitHub Desktop.
Quote This Woman Plus Onboarding
Quote This Woman Plus Onboarding
Sign up as media -> Media sign up
Sign up as expert -> Expert sign up
Expert sign up
Step 1 - Join our family of sources
Create profile -> Step 2 - Login credentials
Step 2 - Login credentials
Create account -> Create User
Create User
Create User account
User created -> Step 3 - Enter Personal details
Step 3 - Enter Personal details
Fill out Personal details fields
Continue -> Create Expert
Create Expert
Set Expert Profile Registration State to Personal Details
Expert created -> Step 4 - Accept Terms and Conditions
Step 4 - Accept Terms and Conditions
Set Expert Profile Registration State to Terms and Conditions
Done -> Fill out Terms and Conditions fields
Fill out Terms and Conditions fields
Continue -> Step 5 - Mandatory fields
Save and come back later -> Save Terms and Conditions
Save Terms and Conditions
Step 5 - Mandatory fields
Set Expert Profile Registration State to Mandatory fields
Done -> Fill out Mandatory fields
Fill out Mandatory fields
Continue -> Step 6 - Optional fields
Save and come back later -> Save Mandatory fields
Save Mandatory fields
Step 6 - Optional fields
Set Expert Profile Registration State to Optional fields
Done -> Fill out Optional fields
Fill out Optional fields
Continue -> Step 7 - Submission
Save and come back later -> Save Optional fields
Save Optional fields
Step 7 - Submission
Set Expert Profile Registration State to Completed
Done -> Send email
Send email
Sent -> Thank you
Thank you
View profile
Media sign up
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment