mitlist/be/app/api
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
..
auth feat: Implement refresh token functionality in authentication flow 2025-05-25 12:51:02 +02:00
v1 feat: Add chore history and scheduling functionality 2025-06-08 01:17:53 +02:00
__init__.py weeee💃 2025-03-30 16:02:49 +02:00
api_router.py weeee💃 2025-03-30 16:02:49 +02:00