mitlist/be/app
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
..
api Enhance financials API and list expense retrieval 2025-06-04 17:50:19 +02:00
core Refactor: Polish backend based on review 2025-06-01 14:26:36 +02:00
crud Add position attribute to Item model for reordering functionality 2025-06-07 15:04:49 +02:00
db feat: Add Recurrence Pattern and Update Expense Schema 2025-05-23 21:01:49 +02:00
jobs feat: Add Recurrence Pattern and Update Expense Schema 2025-05-23 21:01:49 +02:00
models Refactor: Reset Alembic migrations and consolidate models. 2025-06-01 14:26:37 +02:00
schemas Add position attribute to Item model for reordering functionality 2025-06-07 15:04:49 +02:00
__init__.py weeee💃 2025-03-30 16:02:49 +02:00
auth.py feat: Implement refresh token functionality in authentication flow 2025-05-25 12:51:02 +02:00
config.py Update OAuth redirect URIs to production environment 2025-06-02 18:07:41 +02:00
database.py feat: Add comprehensive notes and tasks for project stabilization and enhancements 2025-05-24 21:36:57 +02:00
main.py Update OAuth redirect URIs and API routing structure 2025-06-02 18:07:41 +02:00
models.py Add position attribute to Item model for reordering functionality 2025-06-07 15:04:49 +02:00