mitlist/be/app/schemas
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
..
__init__.py weeee💃 2025-03-30 16:02:49 +02:00
auth.py add_version_to_lists_and_items 2025-05-07 23:30:23 +02:00
chore.py feat: Add chore history and scheduling functionality 2025-06-08 01:17:53 +02:00
cost.py 0705 2025-05-08 00:56:26 +02:00
expense.py feat: Implement recurring expenses feature with scheduling and management 2025-05-22 16:37:14 +02:00
group.py feat: Add chore history and scheduling functionality 2025-06-08 01:17:53 +02:00
health.py add_version_to_lists_and_items 2025-05-07 23:30:23 +02:00
invite.py end of phase 3 2025-03-30 19:42:32 +02:00
item.py Add position attribute to Item model for reordering functionality 2025-06-07 15:04:49 +02:00
list.py Implement bulk status retrieval for lists and refine list status handling 2025-06-07 18:55:35 +02:00
message.py end of phase 3 2025-03-30 19:42:32 +02:00
ocr.py end of phase 5 2025-04-02 23:54:43 +02:00
settlement_activity.py feat: Implement traceable expense splitting and settlement activities 2025-05-22 07:05:31 +00:00
user.py Refactor authentication endpoints and user management; update CORS settings and JWT handling for improved security and compatibility with FastAPI-Users. Remove deprecated user-related endpoints and streamline API structure. 2025-05-14 01:04:09 +02:00