Page MenuHomePhabricator

Implement a larger limit for Wikis per user
Closed, ResolvedPublic3 Estimated Story Points

Description

https://phabricator.wikimedia.org/P30584 shows the mean count of Wikibases per user is roughly 3.8, median is 2, of which the majority of the top 10 have less than 10. Outliers are the top 2 with 87 and 13.

AC:

  • Limit the amount of Wikibases per user to 6 (as is the majority) to allow for testing cases as expected from the waiting list users.

Event Timeline

Q: Would it be possible to adjust the limit for individual users for e.g. demo purposes during the closed Beta, or would any adjustment to the limit affect all users?

Q: Would it be possible to adjust the limit for individual users for e.g. demo purposes during the closed Beta, or would any adjustment to the limit affect all users?

It looks like in the current implementation there is only a global limit that affects all users.

Currently it is set to 1 wiki per user (which effectively means, new users can only create 1 wiki and migrated users can not create new ones) https://github.com/wmde/wbaas-deploy/blob/main/k8s/helmfile/env/production/api.values.yaml.gotmpl#L75

Of course, with a little development work it would be possible to implement per user limits if that was an important feature we should work on

Evelien_WMDE renamed this task from Define a larger limit for Wikis per user to Implement a larger limit for Wikis per user.Jul 13 2022, 12:41 PM
Evelien_WMDE updated the task description. (Show Details)
Evelien_WMDE set the point value for this task to 3.

I can confirm that the limit is in place

However, I noticed that the create wiki button probably should get disabled if the limit is reached, so I created T316200

image.png (632×547 px, 55 KB)

image.png (587×544 px, 26 KB)

Evelien_WMDE claimed this task.