@fsdolphin A given reminder can be dragged and placed in a different position when using "Sort By Manual". This functionality is enabled when adding onMove inside a List. What I find tricky is how to handle the case when changes are made from multiple offline devices.
For example, if I add a sortOrder field to each item, I would end up with duplicate values when adding a third item with sortOrder max(sortOrder) + 1 = 2 + 1 = 3 on the first offline device, and a different item with a sortOrder of 3 on the second offline device.
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: