saveinmed/backend/internal
Tiago Yamamoto 45d34f36c8 feat(pagination): add pagination to all list endpoints
Added pagination support to:
- ListCompanies: filter by role, search
- ListProducts: filter by seller, search
- ListOrders: filter by buyer, seller, status
- ListInventory: filter by expiring date, seller

New domain types:
- ProductFilter, ProductPage
- CompanyFilter, CompanyPage
- OrderFilter, OrderPage
- InventoryPage

All endpoints now return paginated responses with:
- items array
- total count
- current page
- page size

Updated MockRepository in both test files to match new signatures
2025-12-20 08:37:59 -03:00
..
config feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00
domain feat(pagination): add pagination to all list endpoints 2025-12-20 08:37:59 -03:00
http feat(pagination): add pagination to all list endpoints 2025-12-20 08:37:59 -03:00
payments feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00
repository/postgres feat(pagination): add pagination to all list endpoints 2025-12-20 08:37:59 -03:00
server fix: resolve swagger duplicates and add backend tests 2025-12-19 20:28:39 -03:00
usecase feat(pagination): add pagination to all list endpoints 2025-12-20 08:37:59 -03:00