saveinmed/backend/internal
Tiago Yamamoto f0d64d1801 fix(tests): fix failing tests and increase coverage
Backend:
- Fix TestCreateCompany (added Phone, OperatingHours, Is24Hours)
- Fix TestCreateProduct (added EANCode, Manufacturer, Category, etc)
- Add TestCreateUser, TestListUsers, TestListOrders, TestGetShippingSettings
- All 9 repository tests now pass

Frontend:
- Add shippingService.test.ts (4 tests)
- Add ordersService.test.ts (5 tests)
- Add format.test.ts (9 tests)
- Total tests increased from 54 to 72
2025-12-26 22:54:51 -03:00
..
config fix(backend): properly load .env file manually in config.go 2025-12-22 09:47:17 -03:00
domain feat: add quantity selector, fix offer display, swap filter/location layout 2025-12-26 22:16:48 -03:00
http debug: add detailed logging with emojis for orders endpoint 2025-12-26 22:44:34 -03:00
payments feat: Implement Payment Methods, Shipping Improvements, Swagger Audit, and UUIDv7 Migration 2025-12-26 17:48:50 -03:00
repository/postgres fix(tests): fix failing tests and increase coverage 2025-12-26 22:54:51 -03:00
server feat: add quantity selector, fix offer display, swap filter/location layout 2025-12-26 22:16:48 -03:00
usecase feat: Implement Payment Methods, Shipping Improvements, Swagger Audit, and UUIDv7 Migration 2025-12-26 17:48:50 -03:00