- Catalog
- Contains the products and the logics related to variants
- Purchase
- Contains logic related to prices, offers and shopping cart
- Logistic
- Contains the shipping, stock and destination warehouse logics.
- Change pk|id from integer autoincremental to uuid4
- Create first django app | context
- Create Shared context
- Create basic Value Objects
- Create a test ci github action
- Create base Use Case
- Create domain Repository
- Create basic repository implementation in Django
- Make a first use case
- Do a product search use case functional with criteria pattern