SuccessChanges

Summary

  1. First version of database caching returning only national result (details)
  2. prepare home to retrieve cached information. still pending of solve bug (details)
  3. solve transaction bug (details)
  4. include national result as param when view is admin unit or tbunit (details)
  5. schedule dashboard indicator dbcache update to run at 3:15 am (details)
  6. register errolog when something goes wrong (details)
  7. solve bug (details)
  8. solve bug (details)
  9. add some code comments (details)
  10. solve changelog bug create different roles for detailed and summarized (details)
Commit 50edf2deb2b9857f00b21f06012917ef747c483b by msantos.msh
First version of database caching returning only national result
The file was addedsrc/main/webapp/others/restricted/dashboardind.xhtml
The file was modifiedsrc/main/java/org/msh/tb/test/ExecuteAsyncAction.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/Indicator07Parser.java
The file was addedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsGenerator.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/Indicator11Parser.java
The file was removedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/JsonUtils.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/Indicator08Parser.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/IndicatorParser.java
The file was removedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorData.java
The file was addedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/data/SummaryIndicatorData.java
The file was addedsrc/main/java/org/msh/utils/DbCacheService.java
The file was addedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/data/IndicatorRateData.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/tb12/DHIS2ExportTB12AsyncTask.java
The file was modifiedsrc/main/resources/org/msh/tb/database/v2_2/changelog-2.2-2-bd.xml
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/PercentageIndicatorParser.java
The file was addedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/data/SummaryIndicatorsData.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/config/DHIS2DataElementConfigService.java
The file was addedsrc/main/java/org/msh/utils/HashUtils.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/Indicator06Parser.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/DHIS2DataExportService.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/DHIS2ExportAsyncTask.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/PopulationIndicatorParser.java
The file was addedsrc/main/java/org/msh/tb/entities/DbCache.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/tbforms/dhis2/DHIS2AuthenticationService.java
The file was addedsrc/main/java/org/msh/utils/JsonUtils.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/query/IndicatorQuery.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/Indicator09Parser.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsHome.java
Commit 0e00a9ecacaebad92e0914fd539f730280d5c8f7 by msantos.msh
prepare home to retrieve cached information. still pending of solve bug
on dashboard cache generation
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsHome.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/DashboardIndicatorUtils.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/data/IndicatorRateData.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/data/SummaryIndicatorsData.java
The file was modifiedsrc/main/java/org/msh/utils/DbCacheService.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsGenerator.java
The file was modifiedsrc/main/webapp/home.xhtml
The file was modifiedsrc/main/java/org/msh/tb/test/ExecuteAsyncAction.java
Commit 9c06e8a69c8f20d4c8528e8c85b7dad848ea0f35 by msantos.msh
solve transaction bug
The file was modifiedsrc/main/java/org/msh/utils/DbCacheService.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/DashboardIndicatorUtils.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsGenerator.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/PopulationIndicatorParser.java
Commit 9c2cdf49fde94155797300892db89ec43b5c3bb9 by msantos.msh
include national result as param when view is admin unit or tbunit
The file was modifiedsrc/main/webapp/others/restricted/dashboardind.xhtml
Commit b617b87952627915d99f54f14d8624714b4baa10 by msantos.msh
schedule dashboard indicator dbcache update to run at 3:15 am
The file was modifiedsrc/main/java/org/msh/tb/taskscheduling/Task.java
The file was modifiedsrc/main/java/org/msh/tb/reports/ReportOptions.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsGenerator.java
The file was modifiedsrc/main/resources/messages_en_BD.properties
The file was modifiedsrc/main/webapp/others/restricted/dashboardind.xhtml
The file was modifiedsrc/main/java/org/msh/tb/taskscheduling/ScheduleController.java
The file was modifiedsrc/main/resources/org/msh/tb/database/v2_0/changelog-16-correctAZForeignKeys.xml
Commit 237806c9ba2df6ec9a3a360e0a07d0991e5fa77f by msantos.msh
register errolog when something goes wrong
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsGenerator.java
Commit 254d16ea6bf28601d3ad6f5a8a5e6812616b1b3b by msantos.msh
solve bug
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsGenerator.java
The file was modifiedsrc/main/java/org/msh/utils/DbCacheService.java
Commit 8df72dbc7387a6394c18199cb7c208a2b25649bf by msantos.msh
solve bug
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsGenerator.java
Commit 6c2c58bc7ff03feeac1fcbab2410428cb9e9e57a by msantos.msh
add some code comments
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/Indicator11Parser.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/Indicator09Parser.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsGenerator.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/Indicator08Parser.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/data/SummaryIndicatorData.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/Indicator06Parser.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/Indicator07Parser.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsHome.java
Commit e7afe1aa586cb3c3454044a117e5baeeea3efb0f by msantos.msh
solve changelog bug create different roles for detailed and summarized
reports
The file was modifiedsrc/main/webapp/custom/bd/dashboard/indicator04.page.xml
The file was modifiedsrc/main/resources/messages_en_BD.properties
The file was addedsrc/main/webapp/custom/bd/dashboard/dashboardbox.xhtml
The file was modifiedsrc/main/webapp/custom/bd/dashboard/indicator08.page.xml
The file was modifiedsrc/main/webapp/custom/bd/dashboard/indicator01.page.xml
The file was modifiedsrc/main/webapp/custom/bd/dashboard/indicator10.page.xml
The file was modifiedsrc/main/webapp/custom/bd/dashboard/indicator02.page.xml
The file was modifiedsrc/main/webapp/custom/bd/dashboard/indicator07.page.xml
The file was modifiedsrc/main/resources/org/msh/tb/database/v2_2/changelog-2.2-2-bd.xml
The file was modifiedsrc/main/webapp/custom/bd/dashboard/indicator06.page.xml
The file was modifiedsrc/main/webapp/custom/bd/dashboard/indicator09.page.xml
The file was modifiedsrc/main/webapp/custom/bd/dashboard/indicator05.page.xml
The file was modifiedsrc/main/resources/org/msh/tb/database/v2_0/changelog-16-correctAZForeignKeys.xml
The file was modifiedsrc/main/webapp/home.xhtml
The file was modifiedsrc/main/webapp/custom/bd/dashboard/indicator03.page.xml
The file was modifiedsrc/main/webapp/custom/bd/dashboard/indicator11.page.xml