Notes
We started this sprint by onboarding another new team member and started off by addressing some bugs related to duplicate addresses and representation of very small numbers:
- ETL error was creating duplicate address records, slowing down the external customers response
- Representation of very small numbers: 0.0000123 versus 1.23e-05
We also finished up the endpoint for Customer Invoices. You can access this in the API now.
We also implemented filters for ISDs: Company, date range, status.
Work continued on some more advanced filters for hierarchies – Ancestors & descendents for hierarchies- that will make it easier to get things like all the hierarchies that a particular cost center belongs to without needing to do recursive queries.
API Changes
- New ISD filters available