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

[Backend] Consistent null values #758

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

[Backend] Consistent null values #758

ds-crehm opened this issue Mar 18, 2024 · 0 comments
Labels
backend Backend related issues

Comments

@ds-crehm
Copy link
Contributor

ds-crehm commented Mar 18, 2024

As team,
I want empty values to be saved consistently as null in the backend,
so that they are easy to work with and there are no misunderstandings.

Hints / Details

Backend implementation of #578

Acceptance Criteria

Whenever a string value is saved or updated in the database and during data consumption from IRS:

  • Leading and trailing whitespace characters are trimmed.
  • Empty strings ("") are all converted to null.
  • Consistent persistence of null values in database
  • All api GET endpoints
  • FE filtering for null values from frontend "-" is supported.

Out of Scope

  • Policy Api
@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 backend Backend 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
backend Backend related issues
Projects
Status: backlog
Development

No branches or pull requests

1 participant