Make an API Catalog tiles unique
@balhar-jakub is already working on this.
Since Oct 9, 2023.
- Dominant language
- Java
- Stars
- 92
- Forks
- 81
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 46
Description
In some cases, like for dev and test purposes, users may have multiple services onboarded with the same name but different service IDs.
Currently, it is impossible to distinguish between such services.
Even though users should not have this situation in a production-ready environment, they still may see that in the development stage.
The proposal is to have service ID mentioned, but only for non-unique tiles.
It is a minor and simple change and that way user will not see any redundant text in prod env, but will clearly see services in dev env.
The position of the service id on the screenshot is just an example, it could be top-right corner, next to the title, as a tooltip on mouse hover, etc
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.
Assessment
This issue has not been assessed yet.