File tree 1 file changed +11
-13
lines changed
backend/src/main/java/ch/puzzle/okr/mapper
1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -35,19 +35,17 @@ public EvaluationDto toDto(List<EvaluationView> evaluationViews) {
35
35
keyResultsInStretchSum += view .getKeyResultsInStretchAmount ();
36
36
}
37
37
38
- return new EvaluationDto (
39
- objectiveSum ,
40
- completedObjectivesSum ,
41
- successfullyCompletedObjectivesSum ,
42
- keyResultSum ,
43
- keyResultsOrdinalSum ,
44
- keyResultsMetricSum ,
45
- keyResultsInTargetOrStretchSum ,
46
- keyResultsInFailSum ,
47
- keyResultsInCommitSum ,
48
- keyResultsInTargetSum ,
49
- keyResultsInStretchSum
50
- );
38
+ return new EvaluationDto (objectiveSum ,
39
+ completedObjectivesSum ,
40
+ successfullyCompletedObjectivesSum ,
41
+ keyResultSum ,
42
+ keyResultsOrdinalSum ,
43
+ keyResultsMetricSum ,
44
+ keyResultsInTargetOrStretchSum ,
45
+ keyResultsInFailSum ,
46
+ keyResultsInCommitSum ,
47
+ keyResultsInTargetSum ,
48
+ keyResultsInStretchSum );
51
49
}
52
50
53
51
public List <EvaluationViewId > fromDto (List <Long > teamIds , Long quarterId ) {
You can’t perform that action at this time.
0 commit comments