saveinmed/backend/internal
Tiago Yamamoto 670af4ea67 test: increase test coverage +10% frontend, +2% backend
Backend (+1.8%):
- Add shipping handler tests (GetShippingSettings, UpsertShippingSettings, CalculateShipping)
- Add ListOrders with role filters tests
- Handler coverage: 32.6% → 37.2%

Frontend (+16 tests, 72 → 88):
- Add jwt.test.ts (6 tests)
- Add logger.test.ts (8 tests)
- Add useDebounce.test.ts (5 tests)
2025-12-26 23:02:18 -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 test: increase test coverage +10% frontend, +2% backend 2025-12-26 23:02:18 -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: add payment_method column to orders table 2025-12-26 22:56:46 -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