Skip to content

Instantly share code, notes, and snippets.

@aheckmann
Created September 26, 2011 18:10
Show Gist options
  • Save aheckmann/1242905 to your computer and use it in GitHub Desktop.
Save aheckmann/1242905 to your computer and use it in GitHub Desktop.
lbrset:SECONDARY> db.studentprofiles.findOne({'access.role':'parent', 'access.id':'4e66c586a099f32d30001ffa' })
{
"_id" : ObjectId("4e62f48b27e3f458430072f2"),
"access" : [
{
"id" : "4e66c586a099f32d30001ffa",
"classid" : "4e62f32c27e3f4584300714f",
"role" : "parent",
"_id" : ObjectId("4e66c586a099f32d30001ffb")
},
{
"id" : "4e66c6b2a099f32d30002b44",
"classid" : "4e62f32c27e3f4584300714f",
"role" : "student",
"_id" : ObjectId("4e66c6b2a099f32d30002b45")
}
],
"added_by" : ObjectId("4e62f2dc27e3f45843007127"),
"attendance" : {
"4e62f32c27e3f4584300714f" : {
"last" : null,
"tardy" : [ ],
"absent" : [
"20110916"
]
},
"4e62e9a0afcefcbe47005c6d" : {
"last" : null,
"tardy" : [ ],
"absent" : [ ]
},
"4e62e93527e3f4584300567e" : {
"last" : null,
"tardy" : [ ],
"absent" : [ ]
},
"4e62e2c9afcefcbe47003902" : {
"last" : null,
"tardy" : [ ],
"absent" : [ ]
},
"4e62e22427e3f4584300400e" : {
"last" : null,
"tardy" : [ ],
"absent" : [ ]
},
"4e62e0ec27e3f45843003e4b" : {
"last" : null,
"tardy" : [ ],
"absent" : [ ]
},
"4e62985e135715836c00d06c" : {
"last" : null,
"tardy" : [ ],
"absent" : [ ]
},
"4e62cf4827e3f45843000301" : {
"last" : null,
"tardy" : [ ],
"absent" : [ ]
},
"4e6da65a69482aeb3b005788" : {
"absent" : [
"20110916"
],
"tardy" : [ ],
"last" : null
}
},
"classrooms" : [
ObjectId("4e62f32c27e3f4584300714f"),
ObjectId("4e6da65a69482aeb3b005788")
],
"contact" : {
"phone" : "",
"email" : ""
},
"grades" : {
"4e6d84325ac7b9f12400ea52" : {
"points" : "100"
},
"4e6d844e5ac7b9f12400eba5" : {
"points" : "70"
},
"4e6d84b15ac7b9f12400efee" : {
"points" : "100"
},
"4e6d84f45ac7b9f12400f299" : {
"points" : "98"
},
"4e6d85865ac7b9f12400f84a" : {
"points" : "97"
},
"4e6d913169482aeb3b001d98" : {
"points" : "94"
},
"4e6da5ed69482aeb3b0056c1" : {
"points" : "100"
},
"4e6d846e5ac7b9f12400ed42" : {
"points" : "90"
},
"4e7183ccf4cb7e321900f67c" : {
"points" : "80"
},
"4e7ba25276ee105742112e43" : {
"points" : "100"
},
"4e704e3baffc796c71032239" : {
"points" : "96"
},
"4e801404cc8829ac2d056ad0" : {
"points" : "94"
},
"4e8019a4994f7bae2d045274" : {
"points" : "96"
}
},
"keywords" : [
"",
"Estes",
"Cassidy",
"Cassidy Estes"
],
"name" : {
"last" : "Estes",
"first" : "Cassidy"
},
"networks" : [ ],
"permissions" : [ ],
"sid" : ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment