[AWS] Support large number of users and their artifacts
Open
@stefano-maggiolo is already working on this.
Since Jan 11, 2019.
aws
feature_request
- Dominant language
- Python
- Stars
- 1k
- Forks
- 412
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 3
Description
AWS is not well suited to handle more than a few hundred of users. In particular:
- users' page is not paginated;
- the select to add users to context is not going to work for more than 10k users (and is anyway not very useful then), an free text input might be better with > 500 users;
- even with pagination, the list of pages of submissions might become too long, better use a format
- ranking is not paginated, at least needs to allow downloads without crashing.
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.
Assessment
This issue has not been assessed yet.