TODO.txt 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # TODO #
  2. Project: mapo
  3. ## WORK IN PROGRESS ##
  4. ### TODO ###
  5. * TODO [#A] : Use JQuery with OpenLayers on the map
  6. * TODO [#A] : Offline map
  7. * TODO [#A] : Combine web API with ApplicationControl (contact, calendar...)
  8. * TODO [#A] : add calendar
  9. * TODO [#A] : Add photo linked to a position
  10. * TODO [#A] : Change the coordinates moving on the map
  11. * TODO [#A] : Calculate the average speed and the duration of a course
  12. * TODO [#A] : Web provider
  13. * TODO [#B] : Number in coordinates and no string -> Use a selector
  14. * TODO [#B] : HMS coordinates (hours, minutes, seconds) -> calculate jetlag
  15. * TODO [#C] : share position (bluetooth, messaging, social)
  16. * TODO [#C] : support more platforms : FireFoxOS, Asha, Ubuntu, bb10, gnome
  17. * TODO [#C] : load navicore input bookmarks
  18. * TODO [#C] : 3D globe and trace curves
  19. * TODO [#C] : bookmarks
  20. * TODO [#C] : photo wgs84
  21. Correction to do, works but not great...
  22. * TODO [#A] : setTimeOut -> jQuery Deferred Object -> OK
  23. * TODO [#C] : Global variable "data" -> OK
  24. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fguide%2Fapp_guide%2Fapplication_service.htm
  25. ### BUG ###
  26. * BUG [#A] : Strange behavior after the first course record, 2 or 3 record in the same time
  27. * BUG [#B] : No record during standby
  28. ## DONE ##
  29. * DONE [#A] : published on tizen store as 1.2.1
  30. Validation: failed: Attached file: 000000060067_635609449956507444.zip(4.893 MB)
  31. * DONE [#A] : upgrade to tizen-2.4 and publish in store
  32. ## TEST ##
  33. * remove app
  34. * system : set offline
  35. * install app
  36. * start app
  37. * observe : no map / offline
  38. * exit
  39. * restart
  40. * observe : same
  41. * exit
  42. * system : set online
  43. * start app
  44. * observe : delay to load app (in seconds?)
  45. * settings : set online
  46. * observe : map
  47. * exit
  48. * restart app
  49. * observe : delay to load
  50. * exit
  51. * system set offline
  52. * start app
  53. * TODO: observe : map and online
  54. * set offline
  55. * observe : mo map and offline
  56. * exit
  57. * start
  58. * set online
  59. * observe : map is online
  60. * uninstall
  61. * set online
  62. * install app
  63. * start app
  64. * observe map and online