-
Notifications
You must be signed in to change notification settings - Fork 16
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
Conversation
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` |
There was a problem hiding this comment.
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.", |
There was a problem hiding this comment.
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.", |
There was a problem hiding this comment.
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."?
Added the requested changes |
There was a problem hiding this 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 :)
No description provided.