Skip to content

Instantly share code, notes, and snippets.

@mklbtz
Last active June 1, 2018 16:00
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 mklbtz/e9081a26433c2f22386748afa988c5b7 to your computer and use it in GitHub Desktop.
Save mklbtz/e9081a26433c2f22386748afa988c5b7 to your computer and use it in GitHub Desktop.
No Opportunities*
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
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