Begin restructuring all Coursewares and Bonfires to one unified model and flow.

This commit is contained in:
terakilobyte
2015-05-16 00:39:43 -04:00
parent 0e75d251b5
commit 94abc6cf5b
7 changed files with 1734 additions and 8 deletions

View File

@@ -149,7 +149,8 @@ var userSchema = new mongoose.Schema({
needsMigration: { type: Boolean, default: true },
finishedWaypoints: { type: Boolean, default: false },
sendMonthlyEmail: { type: Boolean, default: true },
challengesHash: {}
challengesHash: {},
currentChallenge: {}
});
/**