Block a user
add interface for storage options
add plugin interface for custom importers
add importer for calendar files as tasks
add today page which can be flipped forward and backwards, to see future scheduled tasks and past finished tasks
Add overview for all tasks and when they are scheduled
add config toml to configure application
create database in suitable location (config?)
Add functionality to list Chores
add basic database functionality
add basic database functionality
celex
pushed to 2-add-functionality-to-list-chores at celex/chore-manager
2026-05-18 15:47:03 +01:00
celex
pushed to 2-add-functionality-to-list-chores at celex/chore-manager
2026-05-18 15:28:41 +01:00
celex
created branch 2-add-functionality-to-list-chores in celex/chore-manager
2026-05-18 15:28:41 +01:00
Define Database layout
Database layout
Required data
- Title
- Description
- Priority
- Hardnessscore
- Due date
- Initial Priority
- Creation date
- Done flag
- Labels
Required For MVP
-…