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

feat: Add basic storage limit request functionality #1398

Merged
merged 4 commits into from
Jun 16, 2022

Conversation

e-schneid
Copy link
Contributor

Currently to request a storage limit change, the user will click a mailto link and compose an email describing why they deserve to be granted the additional storage. This PR adds an API call to store this request in our database which can then be approved/declined via the admin application.

This is currently very basic. We would like to flesh this out so that the user can store a reason (or examples, links, etc) for why they should be approved and avoid having the user compose emails altogether (this is already supported in the admin application and in the database), but additional UX needs to be worked through and also perhaps some mailing infrastructure as well (so that we can, for example, send a daily email that aggregates any new requests that were made in the previous day).

@e-schneid e-schneid force-pushed the feature/e-schneid/user-requests branch from 30c480a to 6781ab2 Compare June 3, 2022 14:01
@e-schneid e-schneid requested a review from jsdevel June 3, 2022 14:01
@e-schneid e-schneid force-pushed the feature/e-schneid/user-requests branch from 6781ab2 to f33a296 Compare June 7, 2022 02:58
@e-schneid e-schneid force-pushed the feature/e-schneid/user-requests branch 2 times, most recently from 2a80e11 to 75fb1a6 Compare June 13, 2022 18:38
@jsdevel jsdevel force-pushed the feature/e-schneid/user-requests branch from 75fb1a6 to a55713d Compare June 16, 2022 16:36
@jsdevel jsdevel merged commit 1347ed5 into main Jun 16, 2022
@jsdevel jsdevel deleted the feature/e-schneid/user-requests branch June 16, 2022 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants