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

Add free: true|false property to billing plan #157

Closed
christophfriedrich opened this issue Dec 5, 2018 · 1 comment
Closed

Add free: true|false property to billing plan #157

christophfriedrich opened this issue Dec 5, 2018 · 1 comment
Milestone

Comments

@christophfriedrich
Copy link
Contributor

For the openEO Hub I thought of a search option like "Exclude backends without a free plan". I currently implemented this by checking whether the plans array contains a plan by the name of "free" or not, but obviously this is not fail-safe at all. E.g. a backend may name its free plan "basic", or something completely different.

@m-mohr suggested that we could add a boolean free flag to the plan object. I think that's a good idea, and the flag should even be required. It would remove the ambiguity out of plan names and thus facilitate this search feature, which I consider to be a use case that is not too rare.

m-mohr added a commit that referenced this issue Dec 6, 2018
…ditional required property `paid`. (#157) . Added Well-Known URI allows clients to choose between versions. (#148)
@m-mohr
Copy link
Member

m-mohr commented Dec 6, 2018

Implemented as required boolean paid flag.

@m-mohr m-mohr closed this as completed Dec 6, 2018
@m-mohr m-mohr added this to the v0.4 milestone Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants