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

[Frontend] Consistent null values #759

Open
4 tasks
ds-crehm opened this issue Mar 18, 2024 · 0 comments
Open
4 tasks

[Frontend] Consistent null values #759

ds-crehm opened this issue Mar 18, 2024 · 0 comments
Labels
frontend Frontend related Issues

Comments

@ds-crehm
Copy link
Contributor

As user,
I want null values to be shown in a user-friendly way,
so that I understand the values I'm seeing and can work with them.

Hints / Details

Frontend implementation of #578

Acceptance Criteria

  • Null values are shown as a dash "-" in the frontend.
  • When sorting columns, null values are treated the default way of the database. (Shown at the end for ASC - shown at the beginning for DESC)
  • Null values can be filtered for. They are shown as "-" when filtering for them. This option is always shown at the top of the filter/search box regardless of what the user is searching for.
  • Leading and trailing whitespace characters don't count as mandatory values during user input.

Out of Scope

Any further string validation is out of scope. For example values like "-", "--", ".", "..." will not be changed and instead written into the database and shown in the frontend unchanged.

@ds-crehm ds-crehm added this to Trace-X Mar 18, 2024
@ds-crehm ds-crehm moved this to backlog in Trace-X Mar 18, 2024
@ds-crehm ds-crehm moved this from backlog to inbox in Trace-X Mar 18, 2024
@ds-crehm ds-crehm added the frontend Frontend related Issues label Mar 18, 2024
@mkanal mkanal moved this from inbox to backlog in Trace-X Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend related Issues
Projects
Status: backlog
Development

No branches or pull requests

1 participant