-
Notifications
You must be signed in to change notification settings - Fork 22
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
restricting the number of spaces per providers #704
Milestone
Comments
travis
added a commit
to storacha/w3ui
that referenced
this issue
Apr 11, 2023
this gives us a soft restriction on the number of spaces a user can create - we'll enforce this server-side in storacha/w3up#704
iirc the goal here is to either:
For now I prefer number 1. afaik there is no current need for multiple provisions on a space, so it might just be simpler to enforce a 1:1 mapping space<->provision<->provider in the immediate term. (especially considering the following context). Do you have any concerns with that @Gozala ? The goal as I recall would be to:
|
travis
added a commit
to storacha/w3ui
that referenced
this issue
Apr 26, 2023
this gives us a soft restriction on the number of spaces a user can create - we'll enforce this server-side in storacha/w3up#704
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Timing: start work the week of April 10th
Frontend approach: remove option to create a space in the CLI and console
Alternatively, this can be updated in the backend.
The text was updated successfully, but these errors were encountered: