Created
October 4, 2018 02:57
-
-
Save brandondrew/c2428303aac4b09745e5bcc9ee8c75f1 to your computer and use it in GitHub Desktop.
Proposed Performance Pilot Workflow - Steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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