Add pagination support to file edit view
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 564
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 29
Description
In #4656 / #4881, pagination for the file table has been added.
Now I noticed when uploading a ZIP file with 3,000 files (enabled that via setting) that the browser tab crashes because the file table in edit view is getting way too big.
Can we please add pagination support for this, too? As always, happy to contribute.
Pinging @TaniaSchlatter as this is UI related, @mheppler and @pdurbin because they wrote the pagination bits for the dataset view.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the pagination implementation referenced in issues #4656 and #4881, then locate the file table used by the edit view. Reproduce the large-ZIP case with roughly 3,000 files and compare its behavior with the paginated dataset view; done means the edit view paginates the files without crashing the browser.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100