Skip to content

Instantly share code, notes, and snippets.

@riccjohn
Last active September 1, 2022 16:56
Show Gist options
  • Save riccjohn/aed8cca769e10b5a2a9bdc6278c986f6 to your computer and use it in GitHub Desktop.
Save riccjohn/aed8cca769e10b5a2a9bdc6278c986f6 to your computer and use it in GitHub Desktop.
{
"id": 123,
"name": "School Name",
"slug": "school-name",
"programs": [
{
"id": 123,
"name": "Program Name",
"slug": "program-name",
"terms": [
{
"id": 1,
"name": "July '22",
"termStartDate": "<Date object>",
"applicationDeadline": "<Date object>",
"applicationsDenied": 5,
"acceptedDecline": 4,
"milestones": [
{
"name": "Applications Started",
"total": 40,
"current": 0
},
{
"name": "Applications Submitted for Review",
"total": 28,
"current": 7
},
{
"name": "Accepted-Complete",
"total": 23,
"current": 1
},
{
"name": "Attending",
"total": 16,
"current": 16
}
]
}
]
}
],
"cumulativeProgramMetrics": [
{
"timeframe": "1 month",
"contacts": 984,
"emails": 276,
"phoneConversations": 478,
"advisorInterviews": 198
},
{
"timeframe":"3 months",
"contacts": 984,
"emails": 276,
"phoneConversations": 478,
"advisorInterviews": 198
},
{
"timeframe": "6 months",
"contacts": 984,
"emails": 276,
"phoneConversations": 478,
"advisorInterviews": 198
},
{
"timeframe": "12 months",
"contacts": 984,
"emails": 276,
"phoneConversations": 478,
"advisorInterviews": 198
}
]
}
@sarahtwomey
Copy link

Are we planning to calculate the pipeline metric conversion rate on the frontend?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment