kumahq / kuma-gui

šŸ» A GUI built on Vue.js for use with Kuma.
https://kuma.io/
Apache License 2.0
39 stars 21 forks source link

Rewrite service view #383

Closed lahabana closed 2 years ago

lahabana commented 2 years ago

Description

Let's rewrite the service view.

Some features:

lahabana commented 2 years ago

Will depend on #382

kleinfreund commented 2 years ago

Blocker: This change should be serviced with a new API endpoint for retrieving a paginated list of services (i.e. service insights and external services).

Keeping track of the two independent pagination states is a big hassle if we want to display services as one entity in the GUI. Displaying them in separate tables would still be easy, but thatā€™s pretty much what we already got.

kleinfreund commented 2 years ago

Resolution for https://github.com/kumahq/kuma-gui/issues/383#issuecomment-1257907957: We will make changes to the service-insights endpoint (see https://github.com/kumahq/kuma/issues/5077).

(cc @jakubdyszkiewicz)