Skip to content

Make "missing parameter value" message friendlier #2721

@arikfr

Description

@arikfr

Solution

  1. When a required parameter value is missing and the user tries to run a query, the parameter should be marked as missing value (using red border). We might want to accompany this with some animation on the color transition, to guide the user towards the issue?

image

  1. We shouldn't try to execute the query or show the error message we currently show.

Problem

Currently we piggy back the query execution error mechanism to notify the user that they need to enter a value for a parameter when a value is missing.

On a query screen:

image

On a dashboard:

image

The big red message feels very intimidating and I wonder if there is a better way to convey this message?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions