Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data before table reload #65

Open
jsealey opened this issue May 8, 2013 · 0 comments
Open

Update data before table reload #65

jsealey opened this issue May 8, 2013 · 0 comments

Comments

@jsealey
Copy link
Owner

jsealey commented May 8, 2013

Since adding Parse, the table updates take a while to syncronize and be pulled down by parse.

This causes the user to have to wait for parse to update the data.

I already fixed this for check-marking rows, but this needs to be fixed in a couple more places:

  1. When a user deletes a cell, it should delete immediately
  2. When a user deletes the whole list, it should delete immediately
  3. When a user updates a row it should show the update immediately (with the exception of categories, which is a bit trickier since I'm doing a fancy dictionary/dictionary mapping).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant