open-tacos
open-tacos copied to clipboard
Topo drawing
What would you like to be able to do? Please describe.
- As a contributor I want to draw topos/annotate photos with lines and rectangles.
- As a user I want to see topos created by others
How important is this to you (Please pick one)
-
Important
-
[ ] https://github.com/OpenBeta/open-tacos/issues/1088
-
[ ] https://github.com/OpenBeta/openbeta-graphql/issues/388
-
[x] https://github.com/OpenBeta/openbeta-graphql/issues/389
I can take on #1088 if someone can implement the backend part
WIP
@btmccord https://github.com/OpenBeta/open-tacos/pull/1128 introduces a new page (/topo/<area_id>) based loosely on one of the your mockups. The intention here is to have a separate page for developing/experimenting with the gallery/topo browser without impacting the /area/ page. Eventually we can redesign the area page/replace the photo gallery on the area page with the content of this new page.
https://nextjs.org/docs/app/building-your-application/routing/intercepting-routes
@btmccord #1128 introduces a new page (
/topo/<area_id>) based loosely on one of the your mockups. The intention here is to have a separate page for developing/experimenting with the gallery/topo browser without impacting the/area/page. Eventually we can redesign the area page/replace the photo gallery on the area page with the content of this new page.https://nextjs.org/docs/app/building-your-application/routing/intercepting-routes
Sounds good! I have been pretty busy but hopefully I'll have some time in the coming weeks to work on this