OpenBeta / open-tacos

Rock climbing route catalog (openbeta.io)
https://openbeta.io
GNU Affero General Public License v3.0
110 stars 111 forks source link

Topo drawing #1085

Open vnugent opened 5 months ago

vnugent commented 5 months ago

What would you like to be able to do? Please describe.

  1. As a contributor I want to draw topos/annotate photos with lines and rectangles.
  2. As a user I want to see topos created by others

How important is this to you (Please pick one)

btmccord commented 5 months ago

I can take on #1088 if someone can implement the backend part

vnugent commented 4 months ago

WIP topo-drawing

vnugent commented 2 months ago

@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 commented 2 months ago

@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