-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Improve min value handling & add warning threshold
We need to make the following improvements to the table partitioning settings UI (the block where user sets partitioning interval / boundaries):
Change semantics and validation of the “Minimum” / “Min value” field
Currently, a value lower than the specified minimum is treated (or looks like) as an error / invalid state. New behaviour: Value below the minimum should NOT be considered invalid or critical. Visually it should look like a normal, acceptable value.
Add soft warning (alert / yellow state) when value is close to maximum
(i.e. ≤ 90% below the “normal” / recommended value) → show a yellow warning state on the field.
Improve tooltips / help text
We need clear explanatory tooltips that remove the current misleading perception that “Minimum = strict minimum, going below is bad”.
