cloudfoundry / cloudfoundry/stratos
V3 API: Support new (easier) service plan visibility process
Open
Nobody has claimed this yet.
v3 api
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
- in v2 this was incredibly complicated to determine (acquiring information, calculating, etc)
- in v3 there's now a single param on the service plan
visibility_type(public, admin, org, space)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the V3 service-plan API handling and inspect how service-plan visibility is currently determined. Done means the implementation uses the V3 visibility_type value and supports public, admin, org, and space visibility without the older calculation process.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100