Commit graph

5 commits

Author SHA1 Message Date
e0063fffdb
Partial daily plan implementation 2025-12-11 02:24:56 -06:00
c7f6f3f4f1
Basic task category/tag implementation 2025-12-03 19:44:18 -06:00
875c5f7f06
Fix database migrations; add cat/field/tag editing
Progress toward #4, #5, and #26
2025-11-28 13:09:21 -06:00
05f47c71af
Rearrange settings; migrate database in prep for tags/fields/categories 2025-11-24 11:21:34 -06:00
dbdb824269
Add database migration
Add Flask-Migrate to enable database migrations

Also add a new "completed" column to Tasks for storing the time the task is completed.

Use flask --app taskflower db update to add the new column
2025-11-22 04:03:01 -06:00