4 Commits

Author SHA1 Message Date
Automated Action
691becf69b Add Kanban-style board functionality
- Added TodoBoard model and BoardStatus enum
- Created migration for todo boards
- Added TodoBoard API endpoints
- Added board-related features to the README

🤖 Generated with BackendIM... (backend.im)
2025-05-12 23:58:50 +00:00
Automated Action
660c28b96c Add subtasks and reminders functionality
- Added subtask model with CRUD operations
- Added reminder functionality to Todo model
- Added endpoints for managing subtasks and reminders
- Created new migration for subtasks and reminders
- Updated documentation

generated with BackendIM... (backend.im)
2025-05-12 23:37:35 +00:00
Automated Action
8557c1426e Enhance Todo application with advanced features
- Add due dates and priority level to todos
- Add tags/categories for better organization
- Implement advanced search and filtering
- Create database migrations for model changes
- Add endpoints for managing tags
- Update documentation

generated with BackendIM... (backend.im)
2025-05-12 23:29:41 +00:00
Automated Action
959ebdf9a5 Create simple Todo API application with FastAPI and SQLite
generated with BackendIM... (backend.im)
2025-05-12 23:20:38 +00:00