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

Enable viewing/comparing service plan details without starting to create an instance #3078

Closed
mogul opened this issue Sep 28, 2018 · 2 comments · Fixed by #3275
Closed

Enable viewing/comparing service plan details without starting to create an instance #3078

mogul opened this issue Sep 28, 2018 · 2 comments · Fixed by #3275
Assignees
Labels
blitz community Community Raised Issue enhancement

Comments

@mogul
Copy link
Contributor

mogul commented Sep 28, 2018

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

  1. start creating an instance
  2. select a target org and space
  3. 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.)

@KlapTrap
Copy link
Contributor

KlapTrap commented Oct 3, 2018

I like the idea of a service plan tab on the service details view. This is a gap that we should fix.

@richard-cox
Copy link
Contributor

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

@richard-cox richard-cox added the community Community Raised Issue label Oct 24, 2018
richard-cox added a commit that referenced this issue Dec 10, 2018
- 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
@richard-cox richard-cox self-assigned this Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blitz community Community Raised Issue enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants