fix to mathUpdates on usermodel

This commit is contained in:
Tyler Renelle
2013-12-21 15:15:01 -07:00
parent 8280208fae
commit cdf8c2412f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -93,7 +93,8 @@ var UserSchema = new Schema({
rewrite: {type: Boolean, 'default': true},
partyEnabled: Boolean, // FIXME do we need this?
contributor: Boolean,
classSelected: {type: Boolean, 'default': false}
classSelected: {type: Boolean, 'default': false},
mathUpdates: Boolean
},
history: {
exp: Array, // [{date: Date, value: Number}], // big peformance issues if these are defined
+1 -1
View File
@@ -6,7 +6,7 @@ div(modal='!user.flags.mathUpdates')
p Hey all, Tyler here. Sorry for the rocky numbers (Exp, GP, etc) with the Class System roll-out! We're tweaking the math today, and things should be mostly finalized by tomorrow. <a target='_blank' href='https://trello.com/c/L1H6LiZ3/110-character-stats-attributes-the-class-system'>Follow our progress here</a>, and please do chime in!
p We've also changed classes to unlock at lvl 10 instead of 5, to prevent overwhelming our new users. And since users have expressed confusion, we'll be improving UI and clarifification . Stay tuned.
.modal-footer
button.btn.btn-default.cancel(ng-click='set({"flags.mathUpdates":true})') Dismiss
button.btn.btn-default.cancel(ng-click='User.set({"flags.mathUpdates":true})') Dismiss
div(modal='modals.newStuff')
.modal-header