![]() This commit introduces a comprehensive chore management system, allowing users to create, manage, and track both personal and group chores. Key changes include: - Addition of new API endpoints for personal and group chores in `be/app/api/v1/endpoints/chores.py`. - Implementation of chore models and schemas to support the new functionality in `be/app/models.py` and `be/app/schemas/chore.py`. - Integration of chore services in the frontend to handle API interactions for chore management. - Creation of new Vue components for displaying and managing chores, including `ChoresPage.vue` and `PersonalChoresPage.vue`. - Updates to the router to include chore-related routes and navigation. This feature enhances user collaboration and organization within shared living environments, aligning with the project's goal of streamlining household management. |
||
---|---|---|
.. | ||
5e8b6dde50fc_update_user_model_for_fastapi_users.py | ||
5ed3ccbf05f7_initial_database_schema.py | ||
7c26d62e8005_add_missing_indexes_and_constraints.py | ||
8efbdc779a76_check_models_alignment.py | ||
5271d18372e5_initial_database_schema.py | ||
bc37e9c7ae19_fresh_start.py | ||
manual_0001_add_chore_tables.py | ||
manual_0002_add_personal_chores.py |