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
* Implement query builder for orders
* Refactor telemetry queries
* Refactor purge cart orders command
* Refactor mollie webhook
* Fix styling
* Use query builder for all method
* Add query method to Order repository contract
* Product query builder
* Refactor product queries
* Customer query builder
* Take notes about tests needing refactoring
* IDs should be settable in orders and products before saving
* Add missing tests for data repositories
* ensure entry query builders only query entries of their respective collections
* wip
* This can only be compatible with one driver
* Refactor order number generation query
* These can't be refactored
Since the "current repository" in this case would be the eloquent one so Customer::query() wouldn't pick up old customers.
* Fix styling
* Add whereStatusLogDate method to order query builders
* Cover our custom methods in order query builders
* Refactor orders chart query
* Refactor recent orders query
* Refactor update class references query
* wip
* wip
* Fix styling
* This'll have to do
* Fix styling
* Make key names dynamic
* Fix *some* tests
* Lets try something
---------
Co-authored-by: duncanmcclean <duncanmcclean@users.noreply.github.com>
0 commit comments