UI: Maven virtual registry upstream details page
Proposal
The Upstream details page will render cached responses for the maven virtual registry upstream.
The cached responses can be paginated & each entry can be deleted. They can also be filtered by relative path.
Design
Implementation plan
The entire page will be rendered using a vue app.
- Create a component with story file which renders the entire app without data fetching.
- Implement the features based on proposed GraphQL query API. Alternatively if it not available, we can use the REST API.
- Once the routes & controllers are available, create page level component which handles API.
- Handle the
Delete cache entryicon button by calling the mutation/REST API.
Edited by Rahul Chanila