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

Display custom storage quota in account section #1326

Closed
mbommerez opened this issue May 16, 2022 · 0 comments · Fixed by #1338
Closed

Display custom storage quota in account section #1326

mbommerez opened this issue May 16, 2022 · 0 comments · Fixed by #1338
Assignees

Comments

@mbommerez
Copy link

mbommerez commented May 16, 2022

Overarching user needs / context:

  • Currently we can increase users' allowed storage quota from admin.storage, but there is no way for users to check on their current quota.

  • If users have a 2 TiB quota, their account will still say

    Storage: 0.9 TiB of 1 TiB used

    because the "1 TiB" is currently hardcoded

Scope of this ticket:

  • This ticket is solely about updating the copy to reflect the amount of storage attributed to everyone individually.
  • The scope does not include changing the scale of the "progress bar" that visually reflects the proportion of storage used compared to your quota.

Acceptance criteria:

  • When we update a user's user tag for allowed storage, the amount should be visible in their account section.
  • The amount of bytes stored in the DB should be displayed as amount in TiB

image.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants