mitlist/be/alembic/versions
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
..
05bf96a9e18b_add_chore_history_and_scheduling_tables.py feat: Add chore history and scheduling functionality 2025-06-08 01:17:53 +02:00
91d00c100f5b_add_position_to_item_model_for_.py Add position attribute to Item model for reordering functionality 2025-06-07 15:04:49 +02:00
0001_initial_schema.py Fix(alembic): Resolve TypeError in migration script and remove redundant migration call 2025-06-01 17:16:41 +00:00