-
Notifications
You must be signed in to change notification settings - Fork 82
Wire live health data to SystemStatusBanner #335
Copy link
Copy link
Open
Labels
FrontendThis is a frontend issue.This is a frontend issue.Next.jsThis is an issue to be implemented with Next.jsThis is an issue to be implemented with Next.jsStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programTypescriptThis issue is to be implemented with TypescriptThis issue is to be implemented with Typescript
Metadata
Metadata
Assignees
Labels
FrontendThis is a frontend issue.This is a frontend issue.Next.jsThis is an issue to be implemented with Next.jsThis is an issue to be implemented with Next.jsStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programTypescriptThis issue is to be implemented with TypescriptThis issue is to be implemented with Typescript
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem Statement
The
SystemStatusBannercomponent currently renders with hardcoded static status strings, rather than consuming live health data from thedetailedStatusproperty in the health Zustand slice. This results in inaccurate or stale status information being shown to users, undermining trust in the system's observability features.Social Media Link
Let's collaborate on Discord. And ensure to star our repo.
Context
SystemStatusBanneris intended to display real-time system health, but is not wired to the global state.Requirements
SystemStatusBannerto consume thedetailedStatusproperty from the health Zustand slice.Acceptance Criteria
SystemStatusBannerdisplays live health data from the Zustand slice.Definition of Done
Directory to Work On
project-portal/project-portal-web