Skip to content

Instantly share code, notes, and snippets.

@amarchen
Last active October 15, 2021 14:39
Show Gist options
  • Save amarchen/85badb61dc47d384c1549269121a0697 to your computer and use it in GitHub Desktop.
Save amarchen/85badb61dc47d384c1549269121a0697 to your computer and use it in GitHub Desktop.
Intro wizard
Intro wizard
Signup completed
auto move -> Where youd want to work
Where youd want to work
City not filled
click Location icon -> Location request
select city from list -> City filled and Continue is active
click Later -> Fill industries of interest
Location request
approved -> City filled and Continue is active
rejected -> City not filled
City filled and Continue is active
click continue -> Fill industries of interest
Fill industries of interest
No industries selected
continue -> When would you be interested to work
select some industries -> Some industries selected
any industry is okay -> Some industries selected
later -> When would you be interested to work
Some industries selected
continue -> Work experience block
Work experience block
i have no experience -> Notifications permission request
select some industries of experience -> Some industries of experience selected
Some industries of experience selected
continue -> Industry experience selection screen for each industry with experience 1
Industry experience selection screen for each industry with experience 1
continue -> Industry experience selection screen for each industry with experience 2
later -> Industry experience selection screen for each industry with experience 2
skip entering experiences -> When would you be interested to work
Industry experience selection screen for each industry with experience 2
continue -> When would you be interested to work
later -> When would you be interested to work
skip entering experiences -> When would you be interested to work
When would you be interested to work
continue -> Notifications permission request
later -> Notifications permission request
Notifications permission request
continue -> Location permission request
later -> Location permission request
Location permission request
continue -> Main screen with the jobs list
Main screen with the jobs list
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