Skip to content

Better Visualization of Intermediate Status for Managed Resources #196

@andreaskienle

Description

@andreaskienle

Current State

When users create new managed resources, the Ready status displays a red icon, which may give the impression that an unexpected error has occurred. (For comparison, see the resource below where a true error is present.)

Image

We show this icon because type: Ready has Status: "False":

Image

Proposed Change

We should make it clearer that this status is an expected intermediate state (yellow icon?)

Important

Having the way to track managed resources state should be also implemented into deleting managed resources. ATM, after scheduling deletion we are showing toast message. We should follow deletion timestamp to show user, that resources is beeing deleted.

Acceptance Criteria

  • Show green icon if healthy (same icon everywhere)

  • Show red icon if not healthy (same icon everywhere)

  • Show blue icon if progressing (deleting, creating, editing - same icon everywhere)

  • Reflect "Edit"-ability of a resource depending of its lifecylce state

Managed Resources

Onboarding API

  • Compare Deletion/creation timestamps?!

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/mcp-uiAll ManagedControlPlane UI related issues

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions