Feature Summary: Default Values for Ticket Category and Ticket Type
Overview
------------
This feature provides default values for ticket category and ticket type in event and event series setup. The goal is to make the current flow easier and more dynamic.
Behavior
------------
In event series setup:Default value for ticket category: "Season"Default value for ticket type when "Season" ticket type category is selected: "Standard"In event setup:Default value for ticket category: "Single"Default value for ticket type when "Single" ticket type category is selected: "Single"Requirements
----------------
The default values should be created/updated only by Happsnow users with partner ID 1.Acceptance Criteria
----------------------
The feature passes the following acceptance criteria:
Scenario: Add a new price code in event series setupGiven I am logged into the systemAnd I am on the event series setup pageWhen I click to create a new price codeThen I should see "Season" as default ticket categoryAnd I should see "Standard" as default ticket typeScenario: Add a new price code in event setupGiven I am logged into the systemAnd I am on the event setup pageWhen I click to create a new price codeThen I should see "Single" as default ticket categoryAnd I should see "Single" as default ticket type