start refactoring points into progressTimestamps which is essentially points with timestamps

This commit is contained in:
Michael Q Larson
2015-02-22 18:16:26 -08:00
parent 67ff808734
commit fc1d560a89
6 changed files with 30 additions and 40 deletions

View File

@ -21,7 +21,9 @@ var userSchema = new mongoose.Schema({
type: Number,
default: 0
},
progressTimestamps: { type: Array, default: [] },
challengesCompleted: { type: Array, default: [] },
pointsNeedMigration: { type: Boolean, default: true },
challengesHash: {
0: {
type: Number,