SuccessChanges

Summary

  1. develop service to retrieve from google the latitude ans longitude for (details)
  2. register transaction log after retrieving latlng from google api (details)
  3. edit lat lgn on map control (details)
  4. adjust label (details)
  5. comment code (details)
  6. generate new json for geo distribution (details)
  7. display new map lib on dashboard (details)
  8. first version of detailed report geo distribution wi th map lib (details)
  9. adjust logic that calculates circle size (details)
  10. resolve error on browser console. (details)
Commit 3bb6dee84acbbec0272203e88efff1962e04b105 by msantos.msh
develop service to retrieve from google the latitude ans longitude for
each administrative unit.
The file was modifiedsrc/main/java/org/msh/tb/test/ExecuteAsyncAction.java
The file was addedsrc/main/java/org/msh/tb/adminunits/latlng/LagLngGenerator.java
The file was addedsrc/main/webapp/others/restricted/latlng.xhtml
The file was addedsrc/main/java/org/msh/tb/adminunits/latlng/GoogleApiLatLonService.java
The file was modifiedsrc/main/java/org/msh/tb/entities/AdministrativeUnit.java
The file was modifiedsrc/main/resources/messages_en_BD.properties
Commit 0c1445b55e24d8ee70c3449680694983e2f9c5ce by msantos.msh
register transaction log after retrieving latlng from google api
The file was modifiedsrc/main/resources/org/msh/tb/database/v2_2/changelog-2.2-2-bd.xml
The file was modifiedsrc/main/java/org/msh/tb/adminunits/latlng/GoogleApiLatLonService.java
The file was modifiedsrc/main/webapp/others/restricted/latlng.xhtml
The file was modifiedsrc/main/java/org/msh/tb/adminunits/latlng/LagLngGenerator.java
Commit de1c03b3041a187a3763080bc3e5e6bf97c13ed6 by msantos.msh
edit lat lgn on map control
The file was modifiedsrc/main/webapp/admin/edtadminunit.xhtml
The file was modifiedsrc/main/resources/messages_en_BD.properties
The file was addedsrc/main/webapp/layout/map_latlng_sel.html
Commit bead8c7a97012f6f2c2532ab195faf82fa3c175f by msantos.msh
adjust label
The file was modifiedsrc/main/webapp/layout/map_latlng_sel.html
Commit 48024e4f8597949edc07bb5f3a1e13325ba9e423 by msantos.msh
comment code
The file was modifiedsrc/main/webapp/admin/edtadminunit.xhtml
Commit 22fab95e0e019bb37f6952d43a69fa9fc6204a1f by msantos.msh
generate new json for geo distribution
The file was removedsrc/custom/bd/org/msh/tb/bd/dashboard/GGeoChartCreator.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsHome.java
The file was addedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/GeoDistributionParser.java
The file was removedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/data/SummaryIndicator12Data.java
The file was removedsrc/custom/bd/org/msh/tb/bd/dashboard/query/Indicator12Query.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/detailedrep/DetailedIndicator12.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/data/SummaryIndicatorsData.java
The file was addedsrc/custom/bd/org/msh/tb/bd/dashboard/query/GeoDistributionQuery.java
The file was addedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/data/GeoDistributionData.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/SummaryIndicatorsGenerator.java
The file was addedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/data/GeoDistributionItemData.java
The file was removedsrc/custom/bd/org/msh/tb/bd/dashboard/summaryrep/parser/Indicator12Parser.java
Commit e89e181ae41822f9876a7d5600dba7b035fc753c by msantos.msh
display new map lib on dashboard
The file was modifiedsrc/main/resources/messages_en_BD.properties
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/SummaryIndicatorsHome.java
The file was modifiedsrc/main/webapp/home.xhtml
The file was modifiedsrc/main/webapp/custom/bd/dashboard/indicator12.xhtml
The file was removedsrc/main/webapp/custom/bd/dashboard/geochart.xhtml
The file was addedsrc/main/webapp/layout/geochart_markers.html
The file was addedsrc/main/webapp/layout/geochart.xhtml
The file was removedsrc/main/webapp/custom/bd/dashboard/geochart_template.html
Commit ea746bc41f7b2d0f98e4c45bf7a1d2a5ccaf8463 by msantos.msh
first version of detailed report geo distribution wi th map lib
The file was removedsrc/custom/bd/org/msh/tb/bd/dashboard/detailedrep/DetailedIndicator12.java
The file was addedsrc/custom/bd/org/msh/tb/bd/dashboard/detailedrep/GeoDistributionRep.java
The file was addedsrc/main/webapp/custom/bd/dashboard/geodistribution.page.xml
The file was removedsrc/main/webapp/custom/bd/dashboard/indicator12.page.xml
The file was addedsrc/main/webapp/custom/bd/dashboard/geodistribution.xhtml
The file was removedsrc/main/webapp/custom/bd/dashboard/indicator12.xhtml
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/GeoDistributionData.java
The file was modifiedsrc/main/webapp/layout/geochart_markers.html
Commit d4786f10dcd9c99bcf557d0afec047650cf21e3c by msantos.msh
adjust logic that calculates circle size
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/data/GeoDistributionData.java
The file was modifiedsrc/main/webapp/layout/geochart_markers.html
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/DashboardIndicatorUtils.java
The file was modifiedsrc/custom/bd/org/msh/tb/bd/dashboard/detailedrep/GeoDistributionRep.java
Commit e93b3cccd32567af81a5afbd94eccae3cb63207f by msantos.msh
resolve error on browser console.
The file was modifiedsrc/main/webapp/layout/geochart_markers.html
The file was modifiedsrc/main/webapp/home.xhtml