Updated layout and poll

This commit is contained in:
Luke Vella 2015-02-03 12:14:04 +01:00
parent 24a1629fe1
commit d04cb14e74
11 changed files with 61 additions and 39 deletions

View file

@ -46,7 +46,7 @@ var EventSchema = new Schema({
participants : [{
id : Schema.Types.ObjectId,
name : String,
votes : [Date]
votes : [Boolean]
}],
isClosed : {
type : Boolean,