Created
October 8, 2011 15:15
-
-
Save razielgn/1272411 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": ObjectId('4e8c2687e5636c00007f2837'), // ID binario che forza l'unicità tra diverse macchine, cerca maggiori info sul web | |
"subject": "Luogo pizzata 18/10/2011", | |
"description": "Dobbiamo organizzare bla bla bla...", | |
"end-date": ISODate('2011-10-18T00:00:00.000Z'), | |
"options": [{ | |
"description": "Pizzeria da Nasti, BG", | |
"vote_counter": 2, | |
"votes": [{ | |
"user": ObjectId('4e8c2687e5636c000067ab34'), // Reference dell'utente | |
"voted_at": ISODate('2011-10-15T14:23:43.234Z') | |
}, | |
{ | |
"user": ObjectId('4e8c2687e5636c000067ab44'), | |
"voted_at": ISODate('2011-10-14T17:21:13.434Z') | |
} | |
] | |
}, | |
{ | |
"description": "Le voci del mare, BG", | |
"vote_counter": 0 | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment