Is there an existing issue that is already proposing this?
🪄 describe your feature or idea
This feature aims to allow users to reorder tasks via drag-and-drop in the UI.
To support this functionality, the following is required:
- add a
position field to the POST /todos/sync endpoint to persist the updated task order
- Include the
position field in the response of the GET /todos endpoint to maintain the correct order on the client side