mitlist/be
mohamad fc09848a33 Add position attribute to Item model for reordering functionality
- Introduced a new 'position' column in the Item model to facilitate item ordering.
- Updated the List model's relationship to order items by position and creation date.
- Enhanced CRUD operations to handle item creation and updates with position management.
- Implemented drag-and-drop reordering in the frontend, ensuring proper position updates on item movement.
- Adjusted item update logic to accommodate reordering and version control.
2025-06-07 15:04:49 +02:00
..
alembic Add position attribute to Item model for reordering functionality 2025-06-07 15:04:49 +02:00
app Add position attribute to Item model for reordering functionality 2025-06-07 15:04:49 +02:00
tests feat: Add comprehensive notes and tasks for project stabilization and enhancements 2025-05-24 21:36:57 +02:00
.dockerignore refactor: Revise .dockerignore and Dockerfile for enhanced build efficiency and organization 2025-06-01 16:14:55 +02:00
.gitignore weeee💃 2025-03-30 16:02:49 +02:00
alembic.ini weeee💃 2025-03-30 16:02:49 +02:00
Dockerfile Fix(docker): Run Alembic migrations on container startup 2025-06-01 17:10:40 +00:00
Dockerfile.prod fix: Add Alembic directory and configuration file to production Dockerfile for migration support 2025-06-01 17:16:26 +02:00
entrypoint.sh Fix(docker): Run Alembic migrations on container startup 2025-06-01 17:10:40 +00:00
pytest.ini Implement test fixtures for async database sessions and enhance test coverage for CRUD operations. Introduce mock settings for financial endpoints and improve error handling in user and settlement tests. Refactor existing tests to utilize async mocks for better reliability and clarity. 2025-05-20 01:18:31 +02:00
requirements.txt feat: Implement recurring expenses feature with scheduling and management 2025-05-22 16:37:14 +02:00