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

Period values changed as discussed on 2020-12-17 TC Call #13

Merged
merged 1 commit into from
Jan 14, 2021

Conversation

pafmon
Copy link
Contributor

@pafmon pafmon commented Dec 18, 2020

Changed possible period values for limits, improve description and fixed typo on limit description

Copy link
Contributor

@pjmolina pjmolina left a comment

Choose a reason for hiding this comment

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

Needs minor edition.

@@ -223,7 +223,7 @@ Describes the general information of the pricing of the a given plan.
| :------------- | :------------:| :------------|
| cost | `number` | **Optional** Units of cost associated with this service. Defaults to `0` if unspecified. |
| currency | `string` | **Optional** Currency used to express the cost. Supported currency values are expressed in [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format. Samples: `USD`, `EUR`, or `BTC` for US dollar, euro, or bitcoin, respectively. Defaults to `USD` if unspecified. |
| billing | `string` | **Optional** Period used for billing. Possible values are: `onepay`, an unique payment before start using the service; `daily` , billed every day; `weekly`, billed every week; `monthly`, billed every month; `quarterly`, billed every quarter; `yearly`, billed every year. If it is not specified, the default value assumed is `monthly`|
| billing | `string` | **Optional** Billing frequency. Possible values are: `onepay`, an unique payment before start using the service; `daily` , billed every day; `weekly`, billed every week; `monthly`, billed every month; `quarterly`, billed every quarter; `yearly`, billed every year. If it is not specified, the default value assumed is `monthly`|
Copy link
Contributor

Choose a reason for hiding this comment

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

  • Keep Period: 1 month period is correct. Monthly means frequency.
  • Remove daily weekly monthly quarterly from the description.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In my understanding, we discussed that periods for limitations is different from the billing. In the first case of a period, it was better to change values to remove the "-ly" suffix (e.g. second) but in the second case , as it is clearly a frequency, we should keep the "-ly" suffix (e.g. yearly) starting on monthly.

@pjmolina pjmolina merged commit 034833e into main Jan 14, 2021
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.

Concerns about using "secondly" and "minutely" as period values
3 participants