Skip to content

Instantly share code, notes, and snippets.

@Gowiem
Last active December 26, 2015 01:39
Show Gist options
  • Save Gowiem/7072686 to your computer and use it in GitHub Desktop.
Save Gowiem/7072686 to your computer and use it in GitHub Desktop.
Ember.js Projects JSON
{
teachers:[
{
id:"6504b6d64d61743f7c000000",
type:"Teacher"
}
],
students:[
{
id:"2905b6d64d61743f7c030000",
type:"Student"
},
{
id:"6405b6d64d61743f7c040000",
type:"Student"
},
{
id:"a005b6d64d61743f7c050000",
type:"Student"
},
{
id:"ad04b6d64d61743f7c010000",
type:"Student"
},
{
id:"e904b6d64d61743f7c020000",
type:"Student"
}
],
project_groups:[
{
id:"aa05b6d64d61743f7c070000",
name:"Designers",
students:[
"2905b6d64d61743f7c030000",
"6405b6d64d61743f7c040000",
"a005b6d64d61743f7c050000"
]
},
{
id:"a205b6d64d61743f7c060000",
name:"Developers",
students:[
"ad04b6d64d61743f7c010000",
"e904b6d64d61743f7c020000"
]
}
],
projects:[
{
id:"b105b6d64d61743f7c080000",
title:"Sisyphus Project",
teacher:"6504b6d64d61743f7c000000",
students:[
"2905b6d64d61743f7c030000",
"6405b6d64d61743f7c040000",
"a005b6d64d61743f7c050000",
"ad04b6d64d61743f7c010000",
"e904b6d64d61743f7c020000"
],
projectGroups:[
"aa05b6d64d61743f7c070000",
"a205b6d64d61743f7c060000"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment