saveinmed/backend/internal/http/handler
Tiago Yamamoto e40517aac4 refactor(handler): extract company handlers + update READMEs
Backend:
- Extract 8 company handlers to company_handler.go (228 lines)
- handler.go reduced from 1254 to ~1026 lines
- Total refactoring: ~35% of original handler.go

READMEs updated:
- Backend: new architecture, test coverage table
- Marketplace: new pages (Orders, Inventory, Company, SellerDashboard), Vitest info
2025-12-20 07:58:37 -03:00
..
company_handler.go refactor(handler): extract company handlers + update READMEs 2025-12-20 07:58:37 -03:00
dto.go refactor(handler): extract DTOs and helpers to dto.go 2025-12-20 07:54:35 -03:00
handler.go refactor(handler): extract company handlers + update READMEs 2025-12-20 07:58:37 -03:00
handler_test.go fix: resolve swagger duplicates and add backend tests 2025-12-19 20:28:39 -03:00