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

Don't preload everything #1

Closed
timrogers opened this issue Jan 22, 2014 · 0 comments
Closed

Don't preload everything #1

timrogers opened this issue Jan 22, 2014 · 0 comments

Comments

@timrogers
Copy link
Owner

Loading all the courses is slow at the moment because we fetch all the data on all the courses. When created, a LSECourses::Course should just have the course code and the name, and then we can fetch the rest later when more data is requested (e.g. the assessment details).

There should be a way to override this when loading courses so everything is fetched straight-up.

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