3.02
Review the Service that checks whether all fields are populated (before generating a form)
- Check this service: CheckEmployeeDataByDocumentTemplateService.checkDataComplete(employee.id, document_template.id)
- It is used in “index_create_forms.html.twig”
- It appears that this gives a ‘Incomplete’ even when both the Employee and Employer has all the fields populated
- Make the service popup (tooltip) with the missing field(s) to be filled in. Hide the generate button until ‘Complete’ criteria is met