Last active
October 4, 2018 02:54
-
-
Save brandondrew/7e0f016aa23b4f86bd607980494eeef5 to your computer and use it in GitHub Desktop.
Proposed Performance Pilot Workflow - Complete
This file contains 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 - 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 |
This file contains 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 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