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 to version's page #6068

Closed
stsewd opened this issue Aug 13, 2019 · 1 comment
Closed

Add pagination to version's page #6068

stsewd opened this issue Aug 13, 2019 · 1 comment
Labels
Improvement Minor improvement to code Needed: design decision A core team decision is required

Comments

@stsewd
Copy link
Member

stsewd commented Aug 13, 2019

Currently, we list all versions in one page. This is a problem for projects that have thousands of versions (it's difficult to search the versions and very slow for the db)

https://readthedocs.org/projects/docs/versions/

@stsewd stsewd added Improvement Minor improvement to code Needed: design decision A core team decision is required labels Aug 13, 2019
@agjohnson
Copy link
Contributor

I don't want to paginate that page. We shouldn't be showing disabled versions at all on that page. Adding enabled versions should work like all of our other model views. There should be a separate form view that has a dropdown/autocomplete text input that sets the version to enabled on submit.

This is the pattern that we're working towards with the UI overhaul, so we should start moving in that direction. Feel free to repurpose this issue, but closing for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Minor improvement to code Needed: design decision A core team decision is required
Projects
None yet
Development

No branches or pull requests

2 participants