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
we have an interface called DataProvider, this was used in the old version where data was stored in JSON files, but its stil used in the calculator, via the DatabaseProvider, this will be a source of slow queries as we query all data.
we now have a Database class with granular queries that should be performant, we should delete the DataProvider and use the Database directly.
The text was updated successfully, but these errors were encountered:
we have an interface called DataProvider, this was used in the old version where data was stored in JSON files, but its stil used in the calculator, via the DatabaseProvider, this will be a source of slow queries as we query all data.
we now have a Database class with granular queries that should be performant, we should delete the DataProvider and use the Database directly.
The text was updated successfully, but these errors were encountered: