-
Notifications
You must be signed in to change notification settings - Fork 11
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
capabilities billing default_plan #426
Comments
(related to #425 ) |
given #425 : maybe there should be no global default plan, and just a per user default plan (based on their subscription)? |
I've tried to improve documentation in PR #428 based on the situation we have right now. |
I'm also really not sure that we'll end up with a notion of multiple billing plans per user. |
Sure, but this is the general API so the option should be there anyway. Somewhat agree on vsc4. One the one hand it's a somewhat separate back-end, but on the other hand the billing plans were also meant to distinguish between different "configurations of hardware". So depends on a case by case basis. |
openeo-api/openapi.yaml
Lines 720 to 726 in f303d65
first, a small typo:
While thinking about it, it seems this is not well defined yet:
Should the default plan be a paid or non-paid plan?
If it's a paid plan, then how can it be a default for free users?
If it's a non-paid plan, then it's not ideal to use as default for paying users (e.g. they get worse performance because they are not using their paid plan).
The text was updated successfully, but these errors were encountered: