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

play_storage_get UI & api doesn't scale well, needs pagination #1098

Open
iturgeon opened this issue Feb 28, 2018 · 0 comments
Open

play_storage_get UI & api doesn't scale well, needs pagination #1098

iturgeon opened this issue Feb 28, 2018 · 0 comments

Comments

@iturgeon
Copy link
Member

Ideally, the api would only load what it needs to, loading paginated logs, 1000 at a time, per each semester.

Right now play_storage_get loads every single storage log in one call.

We'd probably need a new play_storage_summary_get api that would contain information about how many logs we have and what semesters they are in.

Then, when displaying a semester's data table, load them in, paginated, on demand.

Related: Storage table download works differently then the data export feature - right now the data export generates csvs on the server. Storage table downloads generate csvs on the client (possible because it loads all the data)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant