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
Since calculations e.g. for calculatedTotalEmissions, and data normalisation are common tasks that are complex and error-prone, this would be great to move to a separate shared library which could have proper tests to make sure it covers all edge cases.
Then we could use this logic in the API as well as on the frontend.
This would likely be a good task to pick up after we've migrated to a monorepo as per #490
The text was updated successfully, but these errors were encountered:
Since calculations e.g. for
calculatedTotalEmissions
, and data normalisation are common tasks that are complex and error-prone, this would be great to move to a separate shared library which could have proper tests to make sure it covers all edge cases.Then we could use this logic in the API as well as on the frontend.
This would likely be a good task to pick up after we've migrated to a monorepo as per #490
The text was updated successfully, but these errors were encountered: