saveinmed/backend/internal
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
..
config fix(backend): properly load .env file manually in config.go 2025-12-22 09:47:17 -03:00
domain feat: implement 2-step product registration with new catalog fields 2025-12-23 17:09:38 -03:00
http Fix shipping settings validation 2025-12-23 15:08:46 -03:00
payments feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00
repository/postgres feat: implement 2-step product registration with new catalog fields 2025-12-23 17:09:38 -03:00
server Add review and shipment admin listing endpoints 2025-12-22 10:15:27 -03:00
usecase fix: improve login error handling for invalid credentials 2025-12-22 09:31:33 -03:00