mitlist/be/app
mohamad 5f6f988118
All checks were successful
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Successful in 1m37s
feat: Enhance chore creation and assignment functionality
This commit introduces significant updates to the chore management system, including:

- Refactoring the `create_chore` function to streamline the creation process and enforce assignment rules based on chore type.
- Adding support for assigning chores to users, ensuring that group chores can only be assigned to group members and personal chores can only be assigned to the creator.
- Updating the API endpoints and frontend components to accommodate the new assignment features, including loading group members for assignment selection.
- Enhancing the user interface to display assignment options and manage chore assignments effectively.

These changes aim to improve the functionality and user experience of the chore management system.
2025-06-22 21:27:04 +02:00
..
api feat: Enhance chore creation and assignment functionality 2025-06-22 21:27:04 +02:00
core feat: Enhance chore management with new update endpoint and structured logging 2025-06-21 15:00:13 +02:00
crud feat: Enhance chore creation and assignment functionality 2025-06-22 21:27:04 +02:00
db refactor: Clean up code and improve API structure 2025-06-09 15:14:34 +02:00
jobs feat: Enhance chore management with new update endpoint and structured logging 2025-06-21 15:00:13 +02:00
schemas feat: Enhance chore creation and assignment functionality 2025-06-22 21:27:04 +02:00
services feat: Enhance cost management features with new endpoints and services 2025-06-21 00:53:03 +02:00
__init__.py weeee💃 2025-03-30 16:02:49 +02:00
auth.py feat: Introduce FastAPI and Vue.js guidelines, enhance API structure, and add caching support 2025-06-09 21:02:51 +02:00
config.py feat: Enhance OCR processing and UI components 2025-06-09 14:04:30 +02:00
database.py refactor: Clean up code and improve API structure 2025-06-09 15:14:34 +02:00
main.py feat: Enhance chore management with new update endpoint and structured logging 2025-06-21 15:00:13 +02:00
models.py feat: Introduce FastAPI and Vue.js guidelines, enhance API structure, and add caching support 2025-06-09 21:02:51 +02:00