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

[Feature]: Allow entering queue offset for crawler queue #1580

Open
ikreymer opened this issue Mar 6, 2024 · 1 comment · May be fixed by #1581
Open

[Feature]: Allow entering queue offset for crawler queue #1580

ikreymer opened this issue Mar 6, 2024 · 1 comment · May be fixed by #1581
Assignees
Labels
enhancement New feature or request front end Requires front end dev work
Milestone

Comments

@ikreymer
Copy link
Member

ikreymer commented Mar 6, 2024

Context

The crawler queue provides infinite scroll starting at 0, which makes it easier to watch the queue as it changes (without pagination).

However, it also makes it harder to zoom in to a particular part of the queue.

What change would you like to see?

Ideally, the queue header (below):
Screenshot 2024-03-05 at 6 25 50 PM

could be modified to allow entering a starting position and total shown:
Queued URLs: Showing from [ 0 ] to 100 of 48,925

As the user scrolls down, the number will reflect total shown:
Queued URLs: Showing from [ 0 ] to 200 of 48,925

If the user enters a different number in the text box, the queue will start from there:
Queued URLs: Showing from [ 10,000 ] to 10,100 of 48,925

and add upon scrolling:
Queued URLs: Showing from [ 10,000 ] to 10,200 of 48,925

This can use the same small text box used for exclusion pagination.

Requirements

No response

Todo

No response

@ikreymer ikreymer added the enhancement New feature or request label Mar 6, 2024
@SuaYoo SuaYoo linked a pull request Mar 6, 2024 that will close this issue
@SuaYoo SuaYoo added the front end Requires front end dev work label Mar 6, 2024
@Shrinks99 Shrinks99 added this to the v1.10.0 milestone Mar 6, 2024
@Shrinks99
Copy link
Member

Moving to 1.10, needs review for edge cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request front end Requires front end dev work
Projects
Status: Implementing
Development

Successfully merging a pull request may close this issue.

3 participants