Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(alarms): integrate alarms into KPI widget #3012

Merged
merged 1 commit into from
Sep 27, 2024
Merged

feat(alarms): integrate alarms into KPI widget #3012

merged 1 commit into from
Sep 27, 2024

Conversation

corteggiano
Copy link
Contributor

@corteggiano corteggiano commented Sep 26, 2024

Overview

Adding alarm to dashboard:

alarmKPIDashboard.mov

Default states:

Screenshot 2024-09-26 at 14 29 52 Screenshot 2024-09-26 at 14 29 17 Screenshot 2024-09-26 at 14 29 04 Screenshot 2024-09-27 at 10 16 49 Screenshot 2024-09-27 at 10 16 05 Screenshot 2024-09-27 at 10 27 27

With thresholds and custom background colors

Screenshot 2024-09-27 at 07 49 04 Screenshot 2024-09-27 at 07 48 27 Screenshot 2024-09-27 at 07 47 49 Screenshot 2024-09-27 at 07 46 58

With data quality:

Screenshot 2024-09-27 at 07 53 57

Dark mode:

Screenshot 2024-09-26 at 15 16 28

Legal

This project is available under the Apache 2.0 License.

@corteggiano corteggiano force-pushed the alarms-kpi branch 11 times, most recently from 782e39c to 95c2dde Compare September 27, 2024 18:45

let borderBottom = '1px dashed ';

switch (state) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like how things are grouped. It's a great way to prevent bugs. I would suggest you consider how you can avoid the duplication and the mutation. I can see how someone could easily introduce a bug here by changing something on accident or forgetting to keep consistency.

@corteggiano corteggiano merged commit 89e993b into rc Sep 27, 2024
20 checks passed
@corteggiano corteggiano deleted the alarms-kpi branch September 27, 2024 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants