make bonfire dynamically direct to best subsequent bonfire after completion

This commit is contained in:
Michael Q Larson
2015-01-24 14:29:50 -08:00
parent 1b75a6a7b8
commit c4bd0e4dc3
4 changed files with 80 additions and 5 deletions

View File

@ -355,6 +355,7 @@ var userSchema = new mongoose.Schema({
resetPasswordExpires: Date,
bonfiresHash: {
aaa48de84e1ecc7c742e1124: {
hash: String,
completedWith: String,
completedDate: {
type: Number,
@ -363,6 +364,7 @@ var userSchema = new mongoose.Schema({
solution: String
},
ff0395860f5d3034dc0bfc94: {
hash: String,
completedWith: String,
completedDate: {
type: Number,