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

Extend admin area information #8

Open
mzur opened this issue May 3, 2022 · 1 comment
Open

Extend admin area information #8

mzur opened this issue May 3, 2022 · 1 comment

Comments

@mzur
Copy link
Member

mzur commented May 3, 2022

Extend the admin area so admins can get a list of all storage requests (ordered either by total size or created date). Admins can click on a storage request and see the same view than the one for reviewing a request (without the action buttons) with thumbnails ( #4 ).

The challenge here is to implement tracking of file sizes. Currently there is no way to determine the total size of a storage request because the information is not stored in the DB. Either store the size of each individual file or just store the total size of all files of the request (both options must be kept in sync if files are added/removed).

This could even be used to improve the UX of a user when files, directories or requests are deleted, as we can now immediately update the UI showing the current use of the storage quota.

@mzur mzur added the student label May 3, 2022
@mzur mzur mentioned this issue May 11, 2022
@mzur
Copy link
Member Author

mzur commented May 23, 2022

File sizes are now stored in the DB.

@mzur mzur removed the student label Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Medium Priority
Development

No branches or pull requests

1 participant