refactor: remove validation functions and tests for return processes

- Deleted validation functions for electronic devices, nonbook items, and ton/datentraeger.
- Removed associated test files for these validations.
- Updated question definitions to use new constants for item conditions and return reasons.
- Refactored return process service to utilize schema validation instead of custom validators.
- Adjusted HTML templates to reflect changes in eligibility state handling.
This commit is contained in:
Lorenz Hilpert
2025-04-15 21:39:50 +02:00
parent a608d77ab5
commit d615efd806
22 changed files with 452 additions and 825 deletions

View File

@@ -12,7 +12,7 @@ import {
CheckboxAppearance,
} from '@isa/ui/input-controls';
import { provideAnimations } from '@angular/platform-browser/animations';
import { Component, importProvidersFrom } from '@angular/core';
import { importProvidersFrom } from '@angular/core';
interface ChecklistStoryProps {
values: string[];