Last active
June 1, 2018 16:00
-
-
Save mklbtz/e9081a26433c2f22386748afa988c5b7 to your computer and use it in GitHub Desktop.
No Opportunities*
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
No Opportunities* | |
parts uploaded -> Estimate Requested | |
Estimate Requested | |
Reviewing Parts* | |
Unclean* | |
redact prints -> Reviewing Parts | |
upload dummies -> Reviewing Parts | |
all parts clean -> Clean | |
Clean | |
parts need grouping -> Grouping Parts | |
ready for matchmaking -> Matchmaking | |
Grouping Parts | |
finalize-> Matchmaking | |
Matchmaking | |
finalize -> Managing Inquiries | |
Managing Inquiries | |
Preparing Campaign* | |
send -> Waiting for Quotes | |
Waiting for Quotes | |
quotes received -> Reviewing Quotes | |
all responses are garbage -> Lost Opportunity | |
Reviewing Quotes | |
send Intel report -> Report Sent | |
manually enter quotes in iron bank -> Budgeting | |
Report Sent | |
manually enter quotes in iron bank -> Budgeting | |
Budgeting | |
Budgeting Cost* | |
finalize -> Budgeting Sale Price | |
Budgeting Sale Price | |
finalize -> Estimate Sent | |
Estimate Sent | |
approved -> Order Signed | |
rejected -> Lost Opportunity | |
no response -> Lost Opportunity | |
revision requested -> Budgeting Sale Price | |
Order Signed | |
Send Job | |
accepted -> In Production | |
rejected -> Lost Opportunity | |
In Production | |
checkins received -> In Production | |
quality checks passed -> Shipping | |
Shipping | |
received -> Purchaser Reviewing | |
Purchaser Reviewing | |
looks good -> Complete | |
needs rework -> Send Job | |
Lost Opportunity | |
Complete |
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; | |
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