Have been trying to think of a way that I can easily change the ORDER of the way this data is stored for a user. In this project, users are part of spaces. But users share spaces (which is why having a central sorting index doesn’t work here), the sort preference is on the USER’s side.
Currently, I am trying to allow users to drag and drop their spaces to change the order in which they are appearing in the repeating group on the side. But in my database, I just have a list of spaces.
I’ve tried to remove the space, and then add it back (which obviously just takes it out of place and puts it at the bottom), but is there a way to change the actual ORDER of that list? or set that list based on states? Been racking my brain trying to figure out a solution.
Example of what I’m working with:
Thanks for the help!