TODO 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. - general js code cleanup (tile display, bearing/elevation computation)
  10. New features:
  11. - Add photos, URL, etc to ReferencePoint model (useful to collect
  12. information about the reference point: pictures of the building,
  13. webpage with description, etc)
  14. - Mini-map on the side of the panorama view, many uses:
  15. - see the current direction of the panorama on the map
  16. - click on a point on the map to see this point in the panorama
  17. - Provide permalink with a given position in an image (to be able to share
  18. links like "What do you think <this building> is?")
  19. → already done in the PHP/JS version, actually (to_cap, to_ele)
  20. - Create new reference points directly in the panorama view (right click /
  21. new ref point / ask coordinates, name, etc)
  22. - Allow to define a "default" orientation/elevation/zoom when visualising a
  23. panorama, so that it's not pointing at the sky or a tree by default...
  24. - Allow to zoom more on tiles, even if this means having a very low quality