1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- # TODO #
- Project: mapo
- ## WORK IN PROGRESS ##
- ### TODO ###
- * TODO [#A] : Use JQuery with OpenLayers on the map
- * TODO [#A] : Offline map
- * TODO [#A] : Combine web API with ApplicationControl (contact, calendar...)
- * TODO [#A] : add calendar
- * TODO [#A] : Add photo linked to a position
- * TODO [#A] : Change the coordinates moving on the map
- * TODO [#A] : Calculate the average speed and the duration of a course
- * TODO [#A] : Web provider
- * TODO [#B] : Number in coordinates and no string -> Use a selector
- * TODO [#B] : HMS coordinates (hours, minutes, seconds) -> calculate jetlag
- * TODO [#C] : share position (bluetooth, messaging, social)
- * TODO [#C] : support more platforms : FireFoxOS, Asha, Ubuntu, bb10, gnome
- * TODO [#C] : load navicore input bookmarks
- * TODO [#C] : 3D globe and trace curves
- * TODO [#C] : bookmarks
- * TODO [#C] : photo wgs84
- Correction to do, works but not great...
- * TODO [#A] : setTimeOut -> jQuery Deferred Object -> OK
- * TODO [#C] : Global variable "data" -> OK
- https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fguide%2Fapp_guide%2Fapplication_service.htm
- ### BUG ###
- * BUG [#A] : Strange behavior after the first course record, 2 or 3 record in the same time
- * BUG [#B] : No record during standby
- ## DONE ##
- * DONE [#A] : published on tizen store as 1.2.1
- Validation: failed: Attached file: 000000060067_635609449956507444.zip(4.893 MB)
- * DONE [#A] : upgrade to tizen-2.4 and publish in store
- ## TEST ##
- * remove app
- * system : set offline
- * install app
- * start app
- * observe : no map / offline
- * exit
- * restart
- * observe : same
- * exit
- * system : set online
- * start app
- * observe : delay to load app (in seconds?)
- * settings : set online
- * observe : map
- * exit
- * restart app
- * observe : delay to load
- * exit
- * system set offline
- * start app
- * TODO: observe : map and online
- * set offline
- * observe : mo map and offline
- * exit
- * start
- * set online
- * observe : map is online
- * uninstall
- * set online
- * install app
- * start app
- * observe map and online
|