SuccessChanges

Summary

  1. Create DHIS2 configuration service and UI. Missing only the APIService (details)
  2. Start refactoring to remove ome unnecessary classes (details)
  3. Continue to refactor code to remove some unnecessary abstract classes (details)
  4. Continue to refactor code to remove some unnecessary abstract classes (details)
  5. Continue to refactor code to remove some unnecessary abstract classes (details)
  6. Create Tb form input for TB11 (details)
  7. Adapt TB 11 indicator block 1 to use TbFormQuery. Change TB 11 UI (details)
  8. Adapt TB 11 indicator block 2 to use TbFormQuery (details)
  9. Include TB 11 Block 3 on TB 11 Indicator (details)
  10. Create TB 11 exportation Async task and controller class (details)
  11. Create integration for blocks 2 and 3 Solve bug on block 2 indicator (details)
  12. Simplify TB 10 Block 2 generation (details)
  13. Solve small bug Prepare mock data for testing phase (details)
  14. Prepare mock data for testing phase (details)
  15. Fix bug on dhis2 exportation button / messages (details)
Commit 7030bd4ecd7036b79bc9e9babfb8f0069788a923 by mauriciojdsantos
Create DHIS2 configuration service and UI. Missing only the APIService
working. Waiting Julhas feedback
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/config/DHIS2DataElementConfigService.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/config/DHIS2DataElementsConfigHome.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/config/DHIS2DataElementsConfigAsyncTask.java
The file was modifiedsrc/main/webapp/admin/admintemplate.xhtml
The file was addedsrc/main/webapp/admin/dhis2config.xhtml
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/DHIS2RequestService.java
The file was modifiedsrc/main/resources/messages_en_BD.properties
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/blockbuilders/TBForm10Block2Builder.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/blockbuilders/TBForm10Block1Builder.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/blockbuilders/TBForm10Block5ABuilder.java
Commit 0bd94a443555395025732160c4c788d8fec082c8 by mauriciojdsantos
Start refactoring to remove ome unnecessary classes
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block3v2015.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/query/tb10/TBForm10Block1Query.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block1v2015.java
Commit a595715ab91557a77a5ae91d6e7136330b52d699 by mauriciojdsantos
Continue to refactor code to remove some unnecessary abstract classes
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block3v2015.java
Commit c98fa2c84c2f8ce7094bc022bd0bc7f996c84b7f by mauriciojdsantos
Continue to refactor code to remove some unnecessary abstract classes
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block5Av2015.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block2v2015.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block6Bv2015.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block4v2015.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block6Av2015.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block6Cv2015.java
The file was removedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block5Bv2015.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block3v2015.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block1v2015.java
Commit c8b8dca71fe8e4a2b36f9e615a059febaa63a526 by mauriciojdsantos
Continue to refactor code to remove some unnecessary abstract classes
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/blockbuilders/TBForm10Block1Builder.java
The file was removedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/TBFormBlockBuilder2.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/blockbuilders/TBForm10Block5ABuilder.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/blockbuilders/TBForm10Block2Builder.java
Commit 3ba5d49cc58deedf95d40c05e8f68383f2b0a8b1 by mauriciojdsantos
Create Tb form input for TB11
The file was addedsrc/main/java/org/msh/tb/cases/tbreportinput/TB11InputFormData.java
The file was addedsrc/main/java/org/msh/tb/cases/tbreportinput/Tb11InputFormHome.java
The file was addedsrc/main/webapp/cases/tb11form.xhtml
The file was modifiedsrc/main/java/org/msh/tb/entities/enums/TbFormField.java
The file was modifiedsrc/main/resources/messages_en_BD.properties
The file was modifiedsrc/main/webapp/cases/tb10form.xhtml
The file was removedsrc/main/java/org/msh/tb/cases/tbforminput/TB10InputFormData.java
The file was addedsrc/main/java/org/msh/tb/cases/tbreportinput/InputFormHome.java
The file was addedsrc/main/webapp/cases/tb11form.page.xml
The file was addedsrc/main/java/org/msh/tb/cases/tbreportinput/Tb10InputFormHome.java
The file was addedsrc/main/java/org/msh/tb/cases/tbreportinput/TB10InputFormData.java
The file was modifiedsrc/main/webapp/cases/index.xhtml
The file was removedsrc/main/java/org/msh/tb/cases/inputreportform/InputFormHome.java
The file was removedsrc/main/java/org/msh/tb/cases/inputreportform/Tb10InputFormHome.java
Commit 0bea3d178622ebf6917dda84a9acbff642973569 by mauriciojdsantos
Adapt TB 11 indicator block 1 to use TbFormQuery. Change TB 11 UI
The file was removedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015Table3.java
The file was modifiedsrc/main/webapp/custom/bd/management/index.xhtml
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015Block1.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/query/tb11/TBForm11Block1Table2Query.java
The file was modifiedsrc/main/webapp/custom/bd/management/tbform11v2015.xml
The file was removedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015Table2.java
The file was removedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015Table1.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/query/tb11/TBForm11Block1Table3Query.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015Block1Table1.java
The file was modifiedsrc/main/webapp/custom/bd/management/tbform11v2015.xhtml
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015Block1Table2.java
The file was removedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/query/tb11/TBForm11Block1Table1Query.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015Block1Table3.java
Commit cec63e546572f0dba4b2e56b44db4f266f6951a9 by mauriciojdsantos
Adapt TB 11 indicator block 2 to use TbFormQuery
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/query/tb11/TBForm11Block2Query.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015Block2.java
The file was modifiedsrc/main/resources/messages_en_BD.properties
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/query/tb11/TBForm11Block1Table3Query.java
The file was modifiedsrc/main/webapp/custom/bd/management/tbform11v2015.xhtml
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015Block1.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/query/tb11/TBForm11Block1Table1Query.java
The file was removedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015HIVTable.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/query/tb11/TBForm11Block1Table2Query.java
Commit defaebf3a49e4bec2ea403985f7185d32e750841 by mauriciojdsantos
Include TB 11 Block 3 on TB 11 Indicator
The file was modifiedsrc/main/webapp/custom/bd/management/tbform11v2015.xhtml
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/query/tb11/TBForm11Block3Query.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015Block3.java
The file was modifiedsrc/main/java/org/msh/tb/entities/enums/TbFormField.java
Commit 59d4369cfb2dd357eb2efb71b5287acac878567a by mauriciojdsantos
Create TB 11 exportation Async task and controller class
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb11/DHIS2ExportTB11AsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/DHIS2ExportTB10AsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/DHIS2ExportTB10Home.java
The file was modifiedsrc/main/resources/org/msh/tb/database/v2_2/changelog-2.2-2-bd.xml
The file was modifiedsrc/main/resources/messages_en_BD.properties
The file was modifiedsrc/main/webapp/custom/bd/management/tbform11v2015.xhtml
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb11/DHIS2ExportTB11Home.java
Commit b060e13de1159d88c5ece0cb9ed82e39759fe0a7 by msantos.msh
Create integration for blocks 2 and 3 Solve bug on block 2 indicator
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb11/TBForm11v2015Block2.java
The file was modifiedsrc/main/java/org/msh/tb/entities/enums/TbFormField.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb11/blockbuilders/TBForm11Block2Builder.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb11/blockbuilders/TBForm11Block3Builder.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/query/tb11/TBForm11Block2Query.java
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/SexCategoryOptionCombo.java
The file was modifiedsrc/main/webapp/custom/bd/management/tbform11v2015.xhtml
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/DHIS2ExportTB10AsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb11/DHIS2ExportTB11AsyncTask.java
Commit 3b31ddf734dcfd7438ad5bc1b15f26271eb5be1b by msantos.msh
Simplify TB 10 Block 2 generation
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/query/tb10/TBForm10Block2Query.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/indicator/tb10/TBForm10v2015Block2v2015.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/blockbuilders/TBForm10Block2Builder.java
Commit 8d0d126537fd69d95f54d30917756d25182bafb1 by msantos.msh
Solve small bug Prepare mock data for testing phase
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/Tb10MockDataResource.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb10/blockbuilders/TBForm10Block5ABuilder.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/query/tb10/TBForm10Block5AQuery.java
Commit 5bfaf017d1aad51a417737b73dd9fc738db06d37 by msantos.msh
Prepare mock data for testing phase
The file was addedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb11/TB11MockDataResource.java
Commit 7a7c8fb83904c0da326b7d21f25fba6fd0ba705f by msantos.msh
Fix bug on dhis2 exportation button / messages
The file was modifiedsrc/main/webapp/custom/bd/management/dhis2_exportation.xhtml