saveinmed/backend/internal/domain
Tiago Yamamoto 607d942072 feat: implement 2-step product registration with new catalog fields
Backend:
- Add ean_code, manufacturer, category, subcategory, observations to Product model
- Create migration 0006_product_catalog_fields.sql
- Update repository queries (CreateProduct, ListProducts, ListRecords)

Frontend:
- Create ProductCreate.tsx with 2-step wizard form
- Add route /products/new
- Add 'Cadastrar Produto' button to Inventory page

Seeder:
- Update CREATE TABLE products with new columns
- Update generateProducts with EAN codes and manufacturers

Docs:
- Update database-schema.md with new fields
2025-12-23 17:09:38 -03:00
..
distance.go feat: tenant model, seeder, and product search with distance 2025-12-20 09:03:13 -03:00
models.go feat: implement 2-step product registration with new catalog fields 2025-12-23 17:09:38 -03:00
search.go Add full auth endpoints and swagger updates 2025-12-21 22:37:54 -03:00
shipping.go Add shipping settings and calculation 2025-12-20 10:47:37 -03:00