Merge branch 'develop' into api-v3

This commit is contained in:
Matteo Pagliazzi
2016-03-30 23:40:00 +02:00
26 changed files with 8755 additions and 8720 deletions
+2
View File
@@ -400,6 +400,8 @@ export let schema = new Schema({
shirt: {type: String, default: 'blue'},
timezoneOffset: Number,
sound: {type: String, default: 'off', enum: ['off', 'danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme']},
chair: {type: String, default: 'none'},
timezoneOffsetAtLastCron: Number,
language: String,
automaticAllocation: Boolean,
allocationMode: {type: String, enum: ['flat', 'classbased', 'taskbased'], default: 'flat'},