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

Price per Environment #11

Open
vody opened this issue Mar 18, 2021 · 0 comments
Open

Price per Environment #11

vody opened this issue Mar 18, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@vody
Copy link
Collaborator

vody commented Mar 18, 2021

As a publisher, I want to be able to use environment as a product pricing unit so that my customers will pay for each environment where my application is installed

Feature: Price per Environment
  As a publisher, I want to be able to use environment as a product pricing unit so that my customers will pay for each environment where my application is installed

  Background:
    Given a publisher product unit equal to environment 

  Scenario: Product installed into first environment
    When user installs a product into first environment 
    Then product quantity will be defined as 1
    And product quantity will not be editable from API

  Scenario: Product installed into second environment
    Given product installed on a first environment 
    When user installs a product into second environment 
    Then product subscription quantity updated to 2
    And product quantity will not be editable from API

  Scenario: Product uninstalled from first environment
    Given product installed on a first environment 
    And product installed on a second environment 
    When user uninstalls a product from first environment 
    Then product subscription quantity updated to 1
    And product quantity will not be editable from API

AB#7765

@vody vody self-assigned this Mar 18, 2021
@vody vody added the enhancement New feature or request label Mar 18, 2021
@vody vody added this to 2021 Q3 in Roadmap Mar 18, 2021
@vody vody moved this from 2021 Q3 to 2021 Q4 in Roadmap Apr 1, 2021
@vody vody moved this from 2021 Q4 to 2021 Q3 in Roadmap Apr 1, 2021
@vody vody moved this from 2021 Q3 to 2021 Q4 in Roadmap Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Roadmap
2021 Q4
Development

No branches or pull requests

1 participant