TODO 1.9 KB

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