Skip to content

Instantly share code, notes, and snippets.

@boska
Created September 15, 2018 09:51
Show Gist options
  • Save boska/f38c5ea4ce4614720f71fc78f1de7495 to your computer and use it in GitHub Desktop.
Save boska/f38c5ea4ce4614720f71fc78f1de7495 to your computer and use it in GitHub Desktop.
{
"roles": [
{
"user": {
"email": "bob@example.com",
"name": "bob"
},
"role": "Director",
"role_description": "role_description",
"fuctions": ["Function 1", "Function 2"],
"sequential_confirmation_questions": [
{
"is_that_entire_role": true
},
{
"is_that_everything": true
},
{
"are_there_any_more_functinos_that_you_have_missed": true
},
{
"does_this_like_everything": true
},
{
"is_there_anything_else_you_can_think_of": true
}
],
"steps": [
{
"type": "decision | process",
"what": "what",
"who": "who",
"where": "taiwan"
},
{
"type": "process",
"what": "what",
"who": "who",
"where": "taiwan"
},
{
"type": "decision",
"question": "y/n?",
"yes": [
{
"type": "process",
"what": "what",
"who": "who",
"where": "taiwan"
},
{
"type": "process",
"what": "what",
"who": "who",
"where": "taiwan"
}
],
"no": [
{
"type": "process",
"what": "what",
"who": "who",
"where": "taiwan"
}
]
}
]
}
],
"type": "operation | service | project",
"due_date": "2018-09-15T07:58:51.823Z",
"comment": "comment",
"what_ever_you_want_to_save": "what_ever"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment