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

Make private kitchen, bathroom and step-free nullable #77

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

Miles-Alford
Copy link
Contributor

What

The respective fields within the Asset Characteristic sub-model has been made nullable:

  • HasPrivateBathroom
  • HasPrivateKitchen
  • IsStepFree

Why

To accurately display the correct information on the BTA application when searching for assets these fields need to be able to be null. C# booleans by default set null fields to false which in turn displays the wrong information when the aforementioned fields are not set.

Notes

The preview build has been tested with the API and it seems to all be in order.

@Miles-Alford Miles-Alford requested a review from a team as a code owner June 10, 2024 15:06
@Duslerke
Copy link

Replaces #76 due to branch naming convention.

@Miles-Alford Miles-Alford merged commit 9844fd1 into main Jun 10, 2024
5 checks passed
@Miles-Alford Miles-Alford deleted the feature/make-kitchen-bathroom-step-info-nullable branch June 10, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants