Add pagination and server-side filtering to events list on main page #75
Labels
enhancement
New feature or request
expertise: DataTables
Requires familiarity with DataTables
expertise: SQLAlchemy
Requires familiarity with SQLAlchemy
help wanted
Extra attention is needed
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.
The text was updated successfully, but these errors were encountered: