ed-pilots-network / backend

Project to consume the Kafka, process the messages and provide an API to access the data
Apache License 2.0
12 stars 5 forks source link

Change maxLandingPadSize type to integer #163

Open pveeckhout opened 3 months ago

pveeckhout commented 3 months ago

Modified maxLandingPadSize property across the application to use integer values instead of string. This includes changes in the database, entity classes, and filter classes. The update not only simplifies comparisons but should improve application performance on station queries.

Daniel-J-Mason commented 3 months ago

Can we shelve this?

Not saying no to it, not saying yes to it, but something we can revisit should the performance need arise. Then we can discuss enum, lookup table, int substitute