REST API service for supplement (BAD) catalog
Go to file
Backend Agent 461eacfdbd feat: add facet filters, filter values endpoint, ingredient search, extended sorting
- Extend GET /api/v1/supplements with multi-value filters: category, brand, form,
  ingredient (composition search), country, price_range, min_rating
- Add sort parameter (name, rating, price, created_at, relevance) with direction (asc/desc)
- Add GET /api/v1/supplements/filters returning available filter values with counts
- Add GET /api/v1/ingredients/{name}/supplements for ingredient-based lookup
- Implement JPA Specifications for dynamic query composition
- Add SpringDoc OpenAPI annotations for all new parameters and endpoints
- Add unit tests: 36 tests, 0 failures
2026-04-10 19:33:51 +00:00
src feat: add facet filters, filter values endpoint, ingredient search, extended sorting 2026-04-10 19:33:51 +00:00
.gitignore feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00
Dockerfile feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00
docker-compose.yaml feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00
pom.xml feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00