Open kmeyersvt opened 5 years ago
@jbpayne asked
I have a question about the speedometer Is that just for matched savings, or total incentives? Will we be relying on Outcome Tracker for the number, or will we allow the user to update, or both?
Good question. For the MVP we are not implementing the Matched Savings yet. But we will probably be adding that very soon. So let's handle it this way:
incentivesEarned
incentivesAvailable
incentivesEarned
and incentivesAvailable
to update the speedometer.Now when we want to add the Matched Savings feature, we won't have to touch the speedometer in the view. We can just modify the function that returns incentivesEarned
and update the incentivesAvailable
const.
Goal: As a user, I want to see my progress toward my savings goal. Why: to motivate the user to continue saving DoD:
This will be updated when we have the data file to work with and can be specific about the triggers.