mitlist/be/alembic
mohamad fb951acb72 feat: Add chore history and scheduling functionality
This commit introduces new models and endpoints for managing chore history and scheduling within the application. Key changes include:

- Added `ChoreHistory` and `ChoreAssignmentHistory` models to track changes and events related to chores and assignments.
- Implemented CRUD operations for chore history in the `history.py` module.
- Created endpoints to retrieve chore and assignment history in the `chores.py` and `groups.py` files.
- Introduced a scheduling feature for group chores, allowing for round-robin assignment generation.
- Updated existing chore and assignment CRUD operations to log history entries for create, update, and delete actions.

This enhancement improves the tracking of chore-related events and facilitates better management of group chore assignments.
2025-06-08 01:17:53 +02:00
..
versions feat: Add chore history and scheduling functionality 2025-06-08 01:17:53 +02:00
env.py refactor: Separate async migration logic into dedicated module and streamline migration functions for improved clarity and maintainability 2025-06-01 17:33:04 +02:00
migrations.py refactor: Clarify access to revision strings in migration function by referencing Script object within RevisionStep 2025-06-01 18:09:31 +02:00
README weeee💃 2025-03-30 16:02:49 +02:00
script.py.mako weeee💃 2025-03-30 16:02:49 +02:00

Generic single-database configuration.