redirect user to bonfires if has completed waypoints but not bonfires gulp

This commit is contained in:
Quincy Larson
2015-04-24 02:02:02 -07:00
parent e5e47136ea
commit bea77c580e
6 changed files with 40 additions and 39 deletions

View File

@@ -18,6 +18,10 @@ var userSchema = new mongoose.Schema({
github: String,
linkedin: String,
tokens: Array,
finishedWaypoints: {
type: Boolean,
default: false
},
progressTimestamps: {
type: Array,
default: []