You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user browsing the service marketplace, I want to understand the trade-offs of the plans available to me so I can decide whether I want to create an instance.
Expected behaviour
GIVEN I am looking at the Marketplace
AND I click on a service
WHEN I click <N> Service Plans
THEN I see a list of the plans available and can compare them easily
Actual behaviour
GIVEN I am looking at the Marketplace
AND I click on a service
WHEN I click <N> Service Plans
THEN nothing happens
AND the only way to see details of a plan is to
start creating an instance
select a target org and space
select each plan from the drop down one
AND there's no way to see more than one plan at a time
(It seems like clicking should get me a list of plans, but even if that's too much work, making plan selection the first step in creating a new service instance at least puts the plan details two clicks closer to the user's first instinct.)
The text was updated successfully, but these errors were encountered:
Sounds good... Service Plan tab on the Service summary page with a generic list component containing cards just like that in the create service --> select plan step
- Add service plan tab containing service plan list to service pages
- Fixed issue where space scoped services were incorrectly showing 'not visible' (wired in service broker)
- Refactored common code in services service and create instance service, now in a common helper file
- Commented out a lot of unused code in services service. Leaving this in for a few iterations until we're sure it's not needed
- fixes#3078
As a user browsing the service marketplace, I want to understand the trade-offs of the plans available to me so I can decide whether I want to create an instance.
Expected behaviour
GIVEN I am looking at the Marketplace
AND I click on a service
WHEN I click
<N> Service Plans
THEN I see a list of the plans available and can compare them easily
Actual behaviour
GIVEN I am looking at the Marketplace
AND I click on a service
WHEN I click
<N> Service Plans
THEN nothing happens
AND the only way to see details of a plan is to
AND there's no way to see more than one plan at a time
(It seems like clicking should get me a list of plans, but even if that's too much work, making plan selection the first step in creating a new service instance at least puts the plan details two clicks closer to the user's first instinct.)
The text was updated successfully, but these errors were encountered: