Make into its own table that is related to a Project (but not a goal). Schema:
ProgressEntry
- id: ID
- project: fk(Project)
- created_at: datetime
- entry_date: datetime
- value: number (decimal, 0.00 precision)
Don't worry about existing data (i.e. it's okay if the migration is destructive).
Sub tasks:
Next step: #19
Make into its own table that is related to a Project (but not a goal). Schema:
ProgressEntry
Don't worry about existing data (i.e. it's okay if the migration is destructive).
Sub tasks:
Next step: #19