Skip to content

Instantly share code, notes, and snippets.

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