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
The following tests need to be run, as real tests and/or thought experiments. List the changes that need to be made to the component in the next section.
Tracking which card is being dragged using the X,Y board coordinates will not work when other users can change the board at the same time. Instead, the id of the card will need to be tracked and the card will need to be located by its id. This will be addressed when Assign unique ids to boards, columns, and cards #61 is implemented.
Test Cases
The following tests need to be run, as real tests and/or thought experiments. List the changes that need to be made to the component in the next section.
Changes Needed
<Column>
instead of an index number, because columns can be reordered<Card>
instead of an index number, because cards can be reorderedThe text was updated successfully, but these errors were encountered: