You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So Futurespective is a database model. It has a title, a long description (the letter), and a due date that does not have to be tied to your next year, like stated in #1 (I changed my mind.
From this Futurespective, the user creates Goals.
A Goal is SMART https://en.wikipedia.org/wiki/SMART_criteria and it's due date is constrained to Futurespective's due date. A Goal is not independent, it's always associated to one or more futurespectives (Many to Many association).
We want to track how long we've worked toward the Goals, but we don't want to track the tasks or plan in task details. So my idea to that is to have a visualization of how many hours we've dedicated to a Goal, and this can be done as a weekly review.
Define the MVP of this project
The text was updated successfully, but these errors were encountered: