Skip to content

Instantly share code, notes, and snippets.

@neurotech
Created July 12, 2014 08:09
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 neurotech/76aad9c2a7ea726d95a7 to your computer and use it in GitHub Desktop.
Save neurotech/76aad9c2a7ea726d95a7 to your computer and use it in GitHub Desktop.
level-query
http://localhost:3000/list?format=pretty&filter=["author","another@example.com"]
[{
"key": "example@gmail.com",
"value": {
"author": "example@gmail.com",
"observed": "another@example.com",
"lessonDate": "2014-02-11",
"period": "Period 2",
"focusArea": "dasdads",
"discussionPoint": "dasdasd",
"climate": "daasdas",
"clarityRating": "1",
"clarityComment": "asdasd",
"questionsOpenClosedEndedRating": "1",
"questionsOpenClosedEndedComment": "dasdasd",
"questionsWaitTimeRating": "1",
"questionsWaitTimeComment": "dasdasd",
"relationshipsRating": "1",
"relationshipsComment": "dasdasd",
"genderFocusRating": "1",
"genderFocusComment": "sadasd",
"engagementRating": "1",
"engagementComment": "sdasdas"
}
},
{
"key": "another@example.com",
"value": {
"author": "another@example.com",
"observed": "example@gmail.com",
"lessonDate": "2014-04-15",
"period": "Before School 2",
"focusArea": "asdasd",
"discussionPoint": "asdasd",
"climate": "dasdasd",
"clarityRating": "1",
"clarityComment": "dasdas",
"questionsOpenClosedEndedRating": "1",
"questionsOpenClosedEndedComment": "dasdas",
"questionsWaitTimeRating": "1",
"questionsWaitTimeComment": "asdasd",
"relationshipsRating": "1",
"relationshipsComment": "asdsa",
"genderFocusRating": "1",
"genderFocusComment": "dasdas",
"engagementRating": "1",
"engagementComment": "asdas"
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment