Skip to content

Instantly share code, notes, and snippets.

@MaxMonteil
Last active May 15, 2020 22:25
Show Gist options
  • Save MaxMonteil/5bacff1a926b7079035f48e698c7ea8c to your computer and use it in GitHub Desktop.
Save MaxMonteil/5bacff1a926b7079035f48e698c7ea8c to your computer and use it in GitHub Desktop.
"syllabus": [
{
"id": courseId + moduleName,
"name": "Front End",
"description": "An introduction to the web",
"lessons": [ // classes in the db
{
"id": "lesgh893", // id of the class
"courseId": "fpiu314", // string
"sectionId": courseId + moduleName,
"name": "How the web works", // string
},
{
// ... other lessons
}
],
},
{
// ... other modules
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment