cms-dev / cms-dev/cms

[AWS] Support large number of users and their artifacts

Open
#1,097 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.