mitlist/be/app/schemas
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
..
__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 Recurrence Pattern and Update Expense Schema 2025-05-23 21:01:49 +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 commit i guess 2025-05-13 20:33:02 +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 add_version_to_lists_and_items 2025-05-07 23:30:23 +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