feat(analytics): AB testing

User model update for AB tests, and the first AB test to start Sept 12

closes #7984
This commit is contained in:
Sabe Jones
2016-09-08 19:54:27 +00:00
committed by Blade Barringer
parent 6f2767edd3
commit f20a7b851f
225 changed files with 606 additions and 614 deletions

View File

@@ -535,6 +535,7 @@ let schema = new Schema({
return {};
}},
pushDevices: [PushDeviceSchema],
_ABtest: {type: String},
}, {
strict: true,
minimize: false, // So empty objects are returned