We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment the data model (in models.ts) has a perfect model with near-zero null properties.
models.ts
null
But as we discovered while building the backend, these values can be null.
As a quick fix @paule96 implemented returning empty strings, but that's not really pretty.
This issue can be resolved if all values that are nullable are also nullable in the data model of the frontend.
The text was updated successfully, but these errors were encountered:
https://github.com/T-Systems-MMS/phonebook/pull/7/files/6ffa60ff713000374d780070a78348a1b43957a4..de232f0e96fe016a5ea9d5a4ce34d5c1107a9cea#diff-e987352b280a6e7f6ef7ca12784ff72c
Sorry, something went wrong.
No branches or pull requests
At the moment the data model (in
models.ts
) has a perfect model with near-zeronull
properties.But as we discovered while building the backend, these values can be null.
As a quick fix @paule96 implemented returning empty strings, but that's not really pretty.
This issue can be resolved if all values that are nullable are also nullable in the data model of the frontend.
The text was updated successfully, but these errors were encountered: