-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
More sale details + region info #11188
base: master
Are you sure you want to change the base?
Conversation
…nt region dates on the sale overview, links to other coretime resellers
name: 'Interlude/Renewals phase' | ||
}, | ||
[PhaseName.PriceDiscovery]: { | ||
description: 'The period during which cores are available for both purchase and renewal. The price is linearly declining price.', |
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.
IMO The price is linearly declining price.
sounds a bit off - maybe something like: The price decreases linearly over time.
name: 'Price Discovery phase' | ||
}, | ||
[PhaseName.FixedPrice]: { | ||
description: 'The period during which cores are available for both purchase and renewal. The price is fixed price towards the end of the sales period.', |
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.
description: 'The period during which cores are available for both purchase and renewal. The price is fixed price towards the end of the sales period.', | |
description: 'The period during which cores are available for both purchase and renewal. The price is a fixed price towards the end of the sales period.', |
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.
Overall, looks amazing to me. Just a few nits
Added:
This tab is useful for people who need numbers connected to sales, when each phase started/finished, which dates, blocks, etc.
Resolves #11182