Skip to content

Instantly share code, notes, and snippets.

@tostrowski
Created March 28, 2023 13:30
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 tostrowski/4f4f1e02861aa7959066211e66eb7073 to your computer and use it in GitHub Desktop.
Save tostrowski/4f4f1e02861aa7959066211e66eb7073 to your computer and use it in GitHub Desktop.
{
"success": true,
"data": {
"start": {
"name": "Mar 28 '23 Current",
"value": 57,
"action": {
"action": "showPeople",
"filterValues": {
"filters": [
{
"id": "STATUS",
"stringValue": "FILLED"
}
]
}
},
"color": "blue"
},
"end": {
"name": "Dec 31 '23 Target",
"value": 58,
"color": "blue"
},
"steps": [
{
"name": "Pending exit",
"value": -1,
"action": {
"action": "showPeople",
"filterValues": {
"filters": [
{
"id": "PENDING_EXIT_IN_RANGE",
"from": "2023-03-29",
"to": "2023-12-31"
}
]
}
},
"color": "red"
},
{
"name": "Pending start",
"value": 0,
"action": {
"action": "showPeople",
"filterValues": {
"filters": [
{
"id": "PENDING_START_IN_RANGE",
"from": "2023-03-29",
"to": "2023-12-31"
}
]
}
},
"color": "green"
},
{
"name": "Openings",
"value": 1,
"action": {
"action": "showPeople",
"filterValues": {
"filters": [
{
"id": "OPENINGS_ACTIVE_ON",
"date": "2023-12-31"
}
]
}
},
"color": "green"
},
{
"name": "Gap to Target",
"value": 1,
"color": "green"
}
],
"type": "WATERFALL"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment