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

Better pagination on browser #763

Open
casiodk opened this issue Sep 15, 2020 · 2 comments
Open

Better pagination on browser #763

casiodk opened this issue Sep 15, 2020 · 2 comments
Assignees
Labels

Comments

@casiodk
Copy link

casiodk commented Sep 15, 2020

Hi guys

I am having an issue. When I try to navigate back in time in the ruby browser we have so many events that each pagination click represents 1-2 minutes of events, which makes it impossible to look back 1 week for example. Would it be possible to add some filtering on the created_at attribute.

Also when I look at an event and then navigate back to the index page it always starts on page 1, instead of the page i was on before i clicked on an event :)

I don't now Elm, otherwise I would try to create a PR myself

Thanks

@mostlyobvious
Copy link
Member

Would it be possible to add some filtering on the created_at attribute

Filtering on timestamps needed some groundwork and it has been just recently done: #674. Let's say it is scheduled for 2.0 release.

There was also an earlier PR which adressed an API for filtering #593 and that can be brought back to life now.

With an API for filtering present on Client facade we can finally think about adding time filtering to UI

Also when I look at an event and then navigate back to the index page it always starts on page 1, instead of the page i was on before i clicked on an event :)

I think @swistak35 was on it in #727 or at least we discussed improving this very thing

@casiodk
Copy link
Author

casiodk commented Sep 16, 2020

That sounds awesome, I will be looking forward to this :)

@swistak35 swistak35 self-assigned this Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

3 participants