Initial commit: unlock notification, new modals

This commit is contained in:
Sabe Jones
2013-12-22 08:32:39 -06:00
parent 4adb66cc4f
commit 60c622f1c1
4 changed files with 48 additions and 4 deletions
+4 -2
View File
@@ -45,7 +45,8 @@ var UserSchema = new Schema({
veteran: Boolean,
snowball: Number,
streak: Number,
challenges: Array
challenges: Array,
rebirth: Array
},
auth: {
facebook: Schema.Types.Mixed,
@@ -94,7 +95,8 @@ var UserSchema = new Schema({
partyEnabled: Boolean, // FIXME do we need this?
contributor: Boolean,
classSelected: {type: Boolean, 'default': false},
mathUpdates: Boolean
mathUpdates: Boolean,
rebirthEnabled: {type: Boolean, 'default': false}
},
history: {
exp: Array, // [{date: Date, value: Number}], // big peformance issues if these are defined