I have an app which has tasks in it and you can reorder them. Now I was woundering how to best store them. Should I have a colomn for the ordernumber and recalculate all of
Out of your answers I came up with a mixture which goes as follows:
Say we have:
Now if I sort something between 4 and 5 it would look like this:
now again something between 1 and 5
it will always take the half of the difference between the numbers
I hope that works please do correct me ;)