Solution Deduction Reports

@for (campaignId of reports.keys(); track campaignId) {

Results of the deduction: {{ reports.get(campaignId)[0].campaignName }}

@if (getProgressReport(campaignId).length > 0) {

Number of solutions: {{ getLastProgressReport(campaignId).solutionProcessed }} / {{ getLastProgressReport(campaignId).numberOfSolutionsToProcess }}

@if(getGlobalLastStep(getLastProgressReport(campaignId)) != null) {

Step: {{ getGlobalLastStepIndex(getLastProgressReport(campaignId)) + 1 }} / {{ getLastProgressReport(campaignId).globalProgression.numberOfStepsForOneStrategy }} :    {{ getGlobalLastStep(getLastProgressReport(campaignId)).name }}

}
{{ getPercentageProgression(campaignId) }}%
} @if (getErrorReport(campaignId).length > 0) { @for (errorReport of getErrorReport(campaignId); track report) { }
Name Status Details Repair
{{ errorReport.solutionName }} INCOMPLETE {{ errorReport.error.errorMessage }}
} @if (getDeductionReport(campaignId).length > 0) { @for (deductionReport of getDeductionReport(campaignId); track report) { }
Name Status Pertinence Expertise Information Show
{{ deductionReport.solutionName }} {{ deductionReport.deductionAnalyticReport.status.toString() }} {{ deductionReport.deductionAnalyticReport.pertinenceIndice }} {{ deductionReport.deductionAnalyticReport.expertiseIndice }}
} }