roos-fs tasks #223
Updated by Vadim Pariev 9 months ago
**Current state (STR)**
- create a resive and assign any task from the tempalte
- change the task by setting some of the fileds as required fields
- add this task and finalise the service creation
- go through the states of the service and set the task into "in progress"
- and then press complete the task
- the obligatory fields are not validated and the task could be completed
**Expected result**
- When the user attempts to complete a task, the system should validate all fields marked as required.
If any required fields are left unfilled, the system should:
- Prevent task completion.
- Display a clear error message indicating which specific fields must be completed before proceeding (e.g., "Field X is required").
- This validation should ensure data completeness and enforce the rules defined during task configuration.
- German as well as english languages are supported
- the Service culd not be completed if at least any task is sitll not completed
- the fileds in the task that are not filled out are highlighted (see implimentation in other parts of the application)