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

Added example to membership_plans. Fixes #16 #27

Merged
merged 2 commits into from
Apr 4, 2018
Merged

Added example to membership_plans. Fixes #16 #27

merged 2 commits into from
Apr 4, 2018

Conversation

the-metalgamer
Copy link
Contributor

No description provided.

CHANGELOG.md Outdated
@@ -15,3 +15,4 @@ Changes should start with one of the following tags:
- [added] The `timezone` key was added under `location`
- [added] The `membership_plans` key was added to represent membership plans a space might have
- [changed] The unit `hPA` in `sensors.barometer.unit` was renamed to `hPa` to match the SI unit
- [changed] An example was added to the description of the `membership_plans`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can leave out changes that don't affect users :)

14-draft.json Outdated
@@ -1153,7 +1153,7 @@
"type": "string"
},
"renewal_interval": {
"description": "How often is the membership renewed? If you select other, please specify in the description what your renewal interval is.",
"description": "How often is the membership renewed (billed)? If you select other, please specify in the description what your renewal interval is.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, that's actually a good point. Renewal isn't the best term to use. What about changing the key to billing_interval?

14-draft.json Outdated
@@ -1135,7 +1135,7 @@
}
},
"membership_plans": {
"description": "A list of the different membership plans your hackerspace might have.",
"description": "A list of the different membership plans your hackerspace might have. Try to use the minimal amount of information needed to describe the membership plan. For example, if your membership fee is 10€ per month, but you bill it yearly (aka. the member pays the fee once per year), set the amount to 120 an the renewal_interval to yearly.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not yet convinced of the second sentence. What about changing it to something like "Set the value according to your billing process."?

@the-metalgamer
Copy link
Contributor Author

Added the requested changes

@dbrgn dbrgn requested review from slopjong, rnestler and gidsi March 30, 2018 13:04
Copy link
Member

@gidsi gidsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, Description is still a bit confusing but good enough for me for now :)

@dbrgn dbrgn merged commit 3acf61b into SpaceApi:master Apr 4, 2018
@the-metalgamer the-metalgamer deleted the membership_plans branch April 24, 2018 10:02
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