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

Lazy loading of cycle grades #11

Open
xsznix opened this issue Jan 23, 2014 · 3 comments
Open

Lazy loading of cycle grades #11

xsznix opened this issue Jan 23, 2014 · 3 comments

Comments

@xsznix
Copy link
Contributor

xsznix commented Jan 23, 2014

Don't load all cycles' grades at once; load cycles only when requested by the user.

@patil215
Copy link
Member

This wasn't lazy, but intentional. If grades are loaded on a per cycle basis, swiping between cycles wouldn't be smooth. Asynchronous refresh might fix this, but 6 cycles would still have to be loaded the first time the app is launched.

@xsznix
Copy link
Contributor Author

xsznix commented Jan 23, 2014

"Lazy loading" means loading the cycle grades only when the user switches to that cycle. See the Wikipedia article on lazy evalutation. It does not reflect your coding style or ability.

@patil215
Copy link
Member

My bad :D

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

2 participants