Skip to content

Instantly share code, notes, and snippets.

@brandondrew
Last active October 4, 2018 02:54
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 brandondrew/7e0f016aa23b4f86bd607980494eeef5 to your computer and use it in GitHub Desktop.
Save brandondrew/7e0f016aa23b4f86bd607980494eeef5 to your computer and use it in GitHub Desktop.
Proposed Performance Pilot Workflow - Complete
Proposed Performance Pilot Workflow - Complete
No Review Exists*
Create New Form -> Supervisor Starts Conversation
Review In Process
Supervisor Starts Conversation
Save as Draft -> Draft
Share with Employee -> Participants Comment
New*
Draft
Participants Comment
Awaiting Comments*
Employee Comments -> Participants Comment
Supervisor Edits and Comments -> Participants Comment
Supervisor Signs -> Participants Sign
Participants Sign
Awaiting Employee Signature*
Employee Signs -> Review Done
Delete -> No Review Exists
Review Done
function render(model){
let current_state_name = model.active_states[0].name;
let default_value = $("h1", {
style: {color: "darkBlue"}
},`The current state is: ${current_state_name}`);
return $("h1", "");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment