You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: How do we expect the backend to be handling updates to list order? Do we expect that the lists in the database are always 0, 1, 2, ... N, or do we just expect that they are monotonically increasing?
Steps to Reproduce
position
greater than zero. One way to do this is:0, 1, 2, 3, 4
1, 2, 3, 4, 5
.2, 3, 4, 5, 6
./learn
, swap the first and second items.Expected Behavior
UI and backend both update correctly.
Actual Behavior
UI updates. Reload page => old ordering. The backend and UI had different states.
Screen.Recording.2023-04-14.at.12.14.00.PM.mov
The text was updated successfully, but these errors were encountered: