-
08ad9278
by Tony Chemit at 2022-12-16T18:51:03+01:00
Persistence - Add BusinessProject inside the PersistenceBusinessProject (to be able to transform reference type to dto type)
-
a0fc9666
by Tony Chemit at 2022-12-16T18:51:19+01:00
Report - improve DataMatrixDimension and DataMatrixPoint code (they are immutable objects).
-
c3acbf65
by Tony Chemit at 2022-12-16T18:51:19+01:00
Report - introduce ReportRequestExecutor.isVariableUsed method to use the same code (we previously had two different code for this.
-
3dc171b4
by Tony Chemit at 2022-12-16T18:51:19+01:00
Report - add TimeLog instance in ReportRequestExecutor to avoid override in DefaultReportRequestExecutor some methods to just add TimeLog.
-
800b253b
by Tony Chemit at 2022-12-16T18:51:19+01:00
Report - move ReportRequest.extractParams to ReportRequestExecutor (better place, and the ReportRequest is part of the report model, it should contains no logic at all)
-
f98d4f2b
by Tony Chemit at 2022-12-16T18:51:19+01:00
Report - clean ReportRequest code
-
864f2970
by Tony Chemit at 2022-12-16T18:51:19+01:00
Report - introduce ReportVariableValueAware for report variable with type that are not a full entity dto (to replace the very weak code used for speciesFeate.discard)
-
1e543c56
by Tony Chemit at 2022-12-16T18:51:19+01:00
Report API - Code review and some nice new features :
* improve ReportVariable (have now ReportVariableSupport base class then ReportVariable and ReportRepeatVariable as implementation)
* improve code of ReportRequestExecutor
* now we can manage to populate variables with dependencies on other variables
-
4fcc15ca
by Tony Chemit at 2022-12-16T18:51:19+01:00
Report UI - Code review and some nice new features :
* review handler and model code (was pretty a mess (thanks to K.M and S.B...)
* variables can now depend on others \o/
-
05b6509d
by Tony Chemit at 2022-12-16T18:51:19+01:00
Report - Introduce SpeciesFateDiscardModeDto to replace the discard (as boolean) in reports :
* psObservationCatchWeightByGroupAndSpeciesFateDiscardPerAssociation
* psObservationCatchTotalCountByGroupAndSpeciesFateDiscardPerAssociation
-
7c98149a
by Tony Chemit at 2022-12-16T18:51:19+01:00
Report - Improve psObservationCatch report (show only speciesGroup with data and species within the selected group really used in data)
-
66df35e8
by Tony Chemit at 2022-12-16T18:51:19+01:00
Report - Improve psObservationLengthsDistribution report (make variable sizeMeasureType depends on selected variable species)
-
606c3fc2
by Tony Chemit at 2022-12-16T18:51:53+01:00
Merge branch 'feature/issue_2577' into develop-9.0.x
Améliorer les variables dans les rapports pour proposer les variables suivantes en filtrant sur la variable précédente
- Closes #2577