-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes, Round 5 #253
Fixes, Round 5 #253
Conversation
…fter a recalculation by adding a call to expensesView.updateView() in the appropriate place.
- update student-debt-calc to 2.5.8 to fix overborrowing issue - adds internal fix to add tuition payment plans to overborrowing - re-shrinkwraps
Before review: I will remove my assignment to the overborrowing task, and delete the code I was actively working on, then. 😆 EDIT: Never mind, this isn't addressing the broken error messaging to the user about overborrowing. I'll carry on! |
Sorry - I didn't realize I didn't self-assign, and I can't connect to the internal issues list right now. 😢 |
Check my edit. S'all good. |
What's the issue that this is addressing? I'm not sure how to verify that it's working properly. Post-grad budget worksheet? |
@@ -47,6 +47,7 @@ var financialModel = { | |||
this.values = recalculate( this.values ); | |||
this.sumTotals(); | |||
this.roundValues(); | |||
console.log( this.values ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello.
@marteki - Internally, the bug is "Post Grad Budget Calculation" |
👍 over-borrowing content looks good |
@marteki - I pushed a patch for the |
👍 |
Merging! |
This PR fixes two issues:
Additions
expensesView.updateView()
infinancialView
Changes
student-debt-calc
to 2.5.8student-debt-calc
to 2.5.8Testing
Review
Todos
Checklist