coretech / leaf_loan_app

This is Leaf Loans Smartphone App
https://leafglobalfintech.github.io/docs/leaf-loans/intro/
Apache License 2.0
5 stars 5 forks source link

Truly nullable DTOs #71

Closed hellyab closed 2 years ago

hellyab commented 2 years ago

This PR addresses the previous default value handling of null values on DTOs. Even though it was allowing for the seamless flow it was causing some issues with app behavior in places where a null value is expected and handled.