TODO 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. Bugfix:
  6. - when the image does not loop, it should be displayed only once in the
  7. interface (right now, it loops, which is ugly and impractical)
  8. Background work:
  9. - use Celery for computation-intensive tasks (generating tiles)
  10. => in progress. We should display the progress of tiles generation
  11. in the panorama view.
  12. - general js code cleanup (tile display, bearing/elevation computation)
  13. New features:
  14. - Add photos, URL, etc to ReferencePoint model (useful to collect
  15. information about the reference point: pictures of the building,
  16. webpage with description, etc)
  17. - Mini-map on the side of the panorama view, many uses:
  18. - see the current direction of the panorama on the map
  19. - click on a point on the map to see this point in the panorama
  20. - Create new reference points directly in the panorama view (right click /
  21. new ref point / ask coordinates, name, etc). Even better: open a pop-up
  22. or a new page with a map, so that the reference point can be placed on it.
  23. We could even fetch the ground altitude automatically, and only ask the
  24. altitude above ground.
  25. - Allow to zoom more on tiles, even if this means having a very low quality
  26. - Given a new point (for instance, a new person that wants to be connected),
  27. list all nearby panoramas that point in this direction, with links that
  28. orient the view automatically towards the target point
  29. - ability to click and drag a reference point in the UI when it is not
  30. at the right place