diff --git a/src/mvp/18-reordering.md b/src/mvp/18-reordering.md index 07ad011..56d95dc 100644 --- a/src/mvp/18-reordering.md +++ b/src/mvp/18-reordering.md @@ -25,7 +25,11 @@ and cursor tracking across browsers/devices. If you are totally new to drag-and-drop, we suggest following at least that one for full context. -# TODO: upload screenshot of `item` being moved in interface as visual explainer `before` diving into code! +At the end of this chapter you will be able to reorder the `items` in a `list` +with cursor tracking and `item` highlighting: + + @@ -70,6 +74,9 @@ later when the `person` reorders their `items`. ## Moving `items` in the interface +There is quite a lot of code required +to move `items` in the interface, +we need to update 4 files. ### Update the `