crate / crate/crate-admin

Awareness of the meaning of Health in the overview panel by means of help hint

Open
#679 0 comments 0 reactions 0 assignees View on GitHub
complexity: no estimate contributions welcome feature: help good first issue
Dominant language
JavaScript
Stars
27
Forks
18
PR merge metrics
No merged PRs in 30d

Description

The overview panel shows `Health` with one moniker of {good, warning, critical}.

These monikers have an exact meaning defined by a comment in the code as:

```
// table health status:
// good : all shards (primary and replicated) are started
// warning : all primary shards are started && at least on replicated shard is not started
// critical : at least one primary shard is not started
```

It would be nice to have a help hint on hover over the moniker in the UI displaying the definition.
and/or
add a note in the overview document, defining the monikers.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.