todos are being displayed in reverse order in the html

Issue #7 resolved
Tom Aratyn repo owner created an issue

When the web frontend gets a list of todos it's in the correct order. But because of the way it gets added to the DOM it's displayed reversed (newest at the bottom).

Steps to reproduce:

  1. Add new todo with test "oldest"
  2. Add new todo with test "middle"
  3. Add new todo with test "youngest"
  4. refresh and view the list you added the todos to.

Expected results:

Todos should be ordered "youngest", "middle", "oldest"

Actual results:

Todos are ordered "oldest", "middle", "youngest"

Comments (2)

  1. Log in to comment