TODO 848 B

12345678910111213141516171819202122232425
  1. Basic functionalities:
  2. - get the js code to work with DRF (full-AJAX)
  3. → WIP, hackish but works somewhat, coordinate reference is wrong (pixel in backend, x in 0..1 and y in -0.5..0.5 in frontend)
  4. - hire a HTML5/CSS designer :-)
  5. Background work:
  6. - use Celery for computation-intensive tasks (generating tiles)
  7. => in progress. We should display the progress of tiles generation
  8. in the panorama view.
  9. New features:
  10. - Create new reference points directly in the panorama view (right click /
  11. new ref point / ask coordinates, name, etc). Even better: open a pop-up
  12. or a new page with a map, so that the reference point can be placed on it.
  13. We could even fetch the ground altitude automatically, and only ask the
  14. altitude above ground.
  15. - ability to click and drag a reference point in the UI when it is not
  16. at the right place