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

Faster reaction while ticking of items #39

Open
jeena opened this issue Sep 12, 2013 · 2 comments
Open

Faster reaction while ticking of items #39

jeena opened this issue Sep 12, 2013 · 2 comments

Comments

@jeena
Copy link

jeena commented Sep 12, 2013

The icon should change same time as I click on "done", then you can send a async ajax request to change it on the server. Otherwise waiting for the server takes 1-2 seconds which makes the UI feel really slow.

Btw. the same with creating new items, you shouldn't reload the whole page, just put the new task in with JavaScript and asynchronously send it back to the server.

@Nygu
Copy link
Member

Nygu commented Sep 12, 2013

I agree that implementing ajax wouldn't hurt the user experience. It may hurt the developer experience though. :p

Lets see how Yannik feels about this. :)

@Cacauu
Copy link
Member

Cacauu commented Sep 12, 2013

You're right, that's definitely a thing to consider and something that should be changed in the future. Ajax sounds like the best solution for that at the moment, my problem is just that I never wrote any Ajax code and it will take me some days or weeks to get familiar with the language. I'll start with that as soon as possible and will try to implement it into Tasky soon.

In case anyone of you has any good Ajax tutorials or reads, please let me know and send me links.

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

3 participants