Skip to content

v0.3.1

Choose a tag to compare

@puemos puemos released this 02 Feb 11:43
· 53 commits to main since this release

What's Changed

Refactor: Replace direct Ash calls with domain code interfaces

  • Added new read actions to 4 resources (Lot, ProductionBatch, OrderItemBatchAllocation, User)
  • Added 17 define declarations across 5 domain modules (CRM, Orders, Catalog, Inventory, Accounts)
  • Replaced ~25 direct Ash.read!, Ash.create!, Ash.update, Ash.destroy, Ash.get! calls in the web layer with idiomatic domain code interface functions
  • Cleaned up unused aliases and requires