Skip to content

Instantly share code, notes, and snippets.

@pbmarcano
Last active July 10, 2018 19:24
Show Gist options
  • Save pbmarcano/8db41434b7842b387bd9a0d2d8fc354a to your computer and use it in GitHub Desktop.
Save pbmarcano/8db41434b7842b387bd9a0d2d8fc354a to your computer and use it in GitHub Desktop.
Jobs page
Jobs page
Jobs*
Select job -> Job description
type in search -> Searched jobs
click filter -> Filtered jobs
Searched jobs
clear search -> Jobs
select job -> Job description
Filtered jobs
clear filter -> Jobs
select job -> Job description
No Jobs
Instructions
mailto link
Job description
job description
go back -> Jobs
apply with CV upload -> Thank you
Thank you
message
go back -> Jobs
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