--- dao/DaoAdresseService/ToDo.txt 2015/02/23 15:02:48 2349 +++ dao/DaoAdresseService/ToDo.txt 2015/05/12 07:55:08 2543 @@ -1,6 +1,14 @@ TODO: -* Integrate CircuitBreaker around webservice calls to Google and OSM +* Investigate RateLimiter from google guava to control requests to Google/OSM +* More concistent use of logging framework instead of just System.out.println() +* More encapsulation of java beans (no public member vars) +* Get findbugs to report 0 problems + + +--History of tasks completed + +* Integrate CircuitBreaker around webservice calls to Google and OSM - DONE !!! * Google API key should be load from config - DONE !!! * Enable/disable OSM and google should be configurable - DONE !!! ** Maybe able to switch runtime - DONE !!! @@ -12,4 +20,6 @@ *** Show if a rebuild is running - DONE !!! *** Rebuild manager should make sure only 1 running job at a time - DONE !!! +* Add log for the various result types - DONE !!! +