You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change filter api query to use project.* instead of manually selecting fields. This will mean that adding fields to the database will immediately make them available to the front end.
This will increase the amount of data that is downloaded by the tool which will hurt performance. But, when we implement "Enhanced filtering for one-to-many sources" #500 this current issue will be moot and we'll have overall performance gains in tool loading.
The text was updated successfully, but these errors were encountered:
…lalbe from the api
Adds three new fields that are in the database, but leaves them commented out because the API Flask code needs to be updated per #585 - waiting to deploy new flask code until after the DHCD demo in case the deploy doesn't work properly.
Change filter api query to use project.* instead of manually selecting fields. This will mean that adding fields to the database will immediately make them available to the front end.
This will increase the amount of data that is downloaded by the tool which will hurt performance. But, when we implement "Enhanced filtering for one-to-many sources" #500 this current issue will be moot and we'll have overall performance gains in tool loading.
The text was updated successfully, but these errors were encountered: