saveinmed/backend/internal
Tiago Yamamoto 19c636164b refactor(handler): extract product and inventory handlers
- Extract 7 handlers to product_handler.go (216 lines)
  - CreateProduct, ListProducts, GetProduct, UpdateProduct, DeleteProduct
  - ListInventory, AdjustInventory
- handler.go reduced from 1025 to 806 lines
- Total refactoring: ~60% of original (1471 -> 806)

All tests passing
2025-12-20 08:02:02 -03:00
..
config feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00
domain Add rating and dashboard endpoints 2025-12-18 13:19:21 -03:00
http refactor(handler): extract product and inventory handlers 2025-12-20 08:02:02 -03:00
payments feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00
repository/postgres Add full CRUD coverage to core API routes 2025-12-19 18:09:25 -03:00
server fix: resolve swagger duplicates and add backend tests 2025-12-19 20:28:39 -03:00
usecase feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00