Skip to content

Instantly share code, notes, and snippets.

@razielgn
Created October 8, 2011 15:15
Show Gist options
  • Save razielgn/1272411 to your computer and use it in GitHub Desktop.
Save razielgn/1272411 to your computer and use it in GitHub Desktop.
{
"_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