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
The _populate_zone_facts method and its related methods were carried over from the API, which needed to calculate specific zone information on demand using user inputs. Now we are calculating all the zone_facts ahead of time and caching them in the zone_facts table. As such, a lot of the structure that was needed for an on-demand calculation is no longer as understandable and is more complicated than needed.
Refactor this section of the code to cleanly calculate all the zone facts statistics and pay down our tech debt on this section.
The text was updated successfully, but these errors were encountered:
The _populate_zone_facts method and its related methods were carried over from the API, which needed to calculate specific zone information on demand using user inputs. Now we are calculating all the zone_facts ahead of time and caching them in the zone_facts table. As such, a lot of the structure that was needed for an on-demand calculation is no longer as understandable and is more complicated than needed.
Refactor this section of the code to cleanly calculate all the zone facts statistics and pay down our tech debt on this section.
The text was updated successfully, but these errors were encountered: