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

Query Log: add pagination #3426

Open
3 tasks done
Ultrabenosaurus opened this issue Aug 8, 2021 · 1 comment
Open
3 tasks done

Query Log: add pagination #3426

Ultrabenosaurus opened this issue Aug 8, 2021 · 1 comment

Comments

@Ultrabenosaurus
Copy link

Have a question or an idea? Please search it on our forum to make sure it was not yet asked. If you cannot find what you had in mind, please submit it here.

Prerequisites

Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

Problem Description

For things like single-page web apps or scrolling images on Pinterest then infinite scrolling kinda makes sense, but for tabular data it is a nightmare. I have no idea how big the dataset is or how far I am through it, I have no way of jumping to a certain point in the dataset without filtering out surrounding data (by date range) which might actually be meaningful to what I'm looking for, and the more I scroll the more meaningless the scroll bar becomes as an indicator of position / progress.

Without pagination, the Query Log is almost impossible to use for general inspection, without filtering by a specific date or client. Not to mention that as you scroll further, adding more and more content to the page, it will probably cause the browser to slow and eventually maybe crash depending on how big the log is.

Proposed Solution

Please switch back to pagination for the Query Log, or add a toggle in the settings, and never ever consider only infinite scrolling for any data displayed in the AGH interface.

Alternatives Considered

N/A

Additional Information

AGH 0.106.3
Raspberry Pi 4B 4GB
Raspberry Pi OS 10 (buster)
Connected to router via Ethernet and set as default DNS for the network.

@ainar-g
Copy link
Contributor

ainar-g commented Aug 9, 2021

A future version will probably support pagination by dates, see #2290 and #2554.

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