Activity log for bug #1200405

Date Who What changed Old value New value Message
2013-07-11 22:09:18 Nekhelesh Ramananthan bug added bug
2013-07-11 22:09:30 Nekhelesh Ramananthan description Currently the sunrise/sunset times is obtained using the online API every time the clock app is opened or specifically when the location is changed. It would be better if there was some data caching such that if the location remains the same, then the clock app retrieves the sunrise/sunset times only once per day. So irrespective of the number of times the clock app is opened, it should only get retrieve it from the online API if it has been a day since it was last retrieved. -------------------------------------------------------------------------------------------------------- Solution to the bug When sunrise/sunset times are retrieved from the online API, the date and the sunrise/sunset times should be stored into the local database to remember the last time when it was retrieved online. Modify EasterEgg.qml to check the date and if necessary fetch online, otherwise just show the saved sunrise/sunset times. Difficulty: Medium Currently the sunrise/sunset times is obtained using the online API every time the clock app is opened or specifically when the location is changed. It would be better if there was some data caching such that if the location remains the same, then the clock app retrieves the sunrise/sunset times only once per day. So irrespective of the number of times the clock app is opened, it should only get retrieve it from the online API if it has been a day since it was last retrieved. ----------------------------------------------------------------------------------------- Solution to the bug When sunrise/sunset times are retrieved from the online API, the date and the sunrise/sunset times should be stored into the local database to remember the last time when it was retrieved online. Modify EasterEgg.qml to check the date and if necessary fetch online, otherwise just show the saved sunrise/sunset times. Difficulty: Medium
2013-07-16 19:03:57 Nekhelesh Ramananthan ubuntu-clock-app: milestone coreapps-13.10-month-3 usable-state
2013-09-02 18:55:38 Andrew Starr-Bochicchio ubuntu-clock-app: assignee Andrew Starr-Bochicchio (andrewsomething)
2013-09-02 18:55:40 Andrew Starr-Bochicchio ubuntu-clock-app: status Triaged In Progress
2013-09-02 21:03:31 Launchpad Janitor branch linked lp:~andrewsomething/ubuntu-clock-app/sunrise-sunset-fixes
2013-09-03 05:16:55 David Planella ubuntu-clock-app: milestone usable-state hack-days-1309
2013-09-03 19:35:28 Ubuntu Phone Apps Jenkins Bot ubuntu-clock-app: status In Progress Fix Committed
2013-09-03 21:11:21 Nekhelesh Ramananthan ubuntu-clock-app: status Fix Committed Fix Released