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

Add pagination and server-side filtering to events list on main page #75

Open
lpsinger opened this issue Aug 22, 2019 · 0 comments
Open
Labels
enhancement New feature or request expertise: DataTables Requires familiarity with DataTables expertise: SQLAlchemy Requires familiarity with SQLAlchemy help wanted Extra attention is needed

Comments

@lpsinger
Copy link
Contributor

The main events list page takes a long time to load because it reads and displays all events in the database. We can speed it up and make it more responsive by doing pagination and filtering of the result set on the server side like we do for the galaxy catalog view. We might even want to generalize the DataTables interface from the galaxy catalog so that we can reuse some of that code for the event list.

@lpsinger lpsinger added expertise: DataTables Requires familiarity with DataTables expertise: SQLAlchemy Requires familiarity with SQLAlchemy help wanted Extra attention is needed enhancement New feature or request labels Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request expertise: DataTables Requires familiarity with DataTables expertise: SQLAlchemy Requires familiarity with SQLAlchemy help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant