No visual indication of an error when errors do happen

Issue #46 new
Cesar Oliveira created an issue

I notice that sometimes I would get justlydone in a state where requests will start failing (500 error code responses). However there is no indication of it failing, so I can make modifications without it being saved on the server. Doing a refresh of the page seems to fix this problem.

Putting this as major since it causes data loss.

The closest steps to reproduce are as follows:

  1. Have Firebug or some other network analyzer open
  2. Have a tasklist with multiple tasks (say 10)
  3. Start marking tasks as complete in quick succession

I start having PUT requests failing.

[Edited by Tom: fixed formatting of list]

Comments (3)

  1. Tom Aratyn repo owner

    You're absolutely right, I need to report status.

    I've been putting off thinking about showing status updates to the user. I guess I can't put it off any more.

  2. Log in to comment