Iteration 3: Speculate Phase
For this final Iteration, I will need to have a fully functional app. For the MVP, the app should do the following:
- Display user’s events for three days
- Add events to the user’s calendar
- Track goals in SQLite calendar
- Track goal progress locally
- Display goals by area
- Display some data about goal progress
- Add Goal related events
- Notify users about upcoming goals
- Onboard users
The greatest challenge at this point, having dropped data tracking, will be effectively using a table to store the goal progress as discrete bits of information. The goals for weeks, years, and beyond will easily be stored in a table but the daily goals which have an associated event will be more challenging.