stable

Clone or download

Read-only

Move TeamHasNoPlanningPresenter from Domain to Adapter

part of story #27185 add a team and inherit the existing PI & Iterations How to test: In a not yet integrated team remove the agiledashboard configuration In program project link your team An error message is displayed Note: Presenter objects are like Representation object, they carry technical values to be displayed, they are not par of Domain Every Presenter will be reworked the same way and eventually I'll be able to - Move ConfigurationErrorsCollector into Domain, collecting what's wrong in configuration should be considered as Domain - ProgramAdminPresenter will also be build from a Domain object, and it will enable me to run some tests on its content, today there is no unit test on it Change-Id: I1e2b3c7bf22a5869a9540c3d5c2a6c9eac4024a0

Modified Files

Name
A plugins/program_management/include/Adapter/Program/Admin/Configuration/TeamHasNoPlanningPresenter.php +42 −0 Go to diff View file
M plugins/program_management/include/Adapter/Program/Admin/Configuration/TrackerErrorPresenter.php +12 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/Configuration/ConfigurationErrorsCollector.php +6 −6 Go to diff View file
R plugins/program_management/include/Domain/Program/Admin/Configuration/TeamHasNoPlanningPresenter.php Go to diff View file