sfbrigade / bats-server

Routed is an app to help ambulances direct non-critical patients to hospital emergency rooms with the most availability.
https://routedapp.org/
GNU Affero General Public License v3.0
18 stars 12 forks source link

Remove empty key/values in Ringdown class. #278

Closed kretzbryan closed 1 year ago

kretzbryan commented 1 year ago

The problem this is solving is for the case of filling out a non required field, then deleting the value (possibly the user had mistaken the input they were filling in). When I added a value to BP, then deleted it, the field still existed with an empty string. The backend then tried to store the empty string in the DB, but the bp columns are expecting a smallint.