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

Count sell-outs for a product version #535

Merged
merged 1 commit into from
Jul 2, 2020
Merged

Conversation

malteo
Copy link
Member

@malteo malteo commented Jul 1, 2020

No description provided.

@@ -131,6 +131,9 @@
@ApiModelProperty( "The number of markups set for the product version" )
private long markedUp;

@ApiModelProperty( "The number of sell-outs set for the product version" )
private long soldOut;
Copy link
Contributor

Choose a reason for hiding this comment

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

rename

Copy link
Member Author

Choose a reason for hiding this comment

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

it's the past tense of "sell-out", as markedUp is the past tense of "mark-up"

I read it like "how many versions have been markedUp/soldOut"

@malteo malteo requested a review from gionn July 1, 2020 12:55
@gionn gionn merged commit 072d8a4 into master Jul 2, 2020
@gionn gionn deleted the product-version-sellouts branch July 2, 2020 09:44
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.

2 participants