saveinmed/backend/internal/repository/postgres
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
..
migrations feat: implement 2-step product registration with new catalog fields 2025-12-23 17:09:38 -03:00
migrations.go Add database migrations runner 2025-12-20 10:32:54 -03:00
postgres.go feat: implement 2-step product registration with new catalog fields 2025-12-23 17:09:38 -03:00
postgres_test.go fix: update db tests with proper env loading 2025-12-18 08:20:19 -03:00
repository_test.go fix(backend): resolving hardcoded values and test failures 2025-12-21 21:43:50 -03:00