mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Replace the `group` property with `target` property in BaseFilterInputSchema to explicitly distinguish between 'filter' and 'input' query parameters. This improves code clarity and provides better semantic meaning. **Changes:** - Add `target` property to BaseFilterInputSchema with type 'filter' | 'input' and default 'input' - Update filter.service.ts to use `target` instead of `group` for filtering inputs - Update all filter input mappings (checkbox, date-range, number-range, text) to include `target` property - Update all affected unit tests (9 test files) to include `target` in mock data **Tests:** All 128 unit tests passing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>