open-tacos icon indicating copy to clipboard operation
open-tacos copied to clipboard

Topo drawing

Open vnugent opened this issue 1 year ago • 7 comments

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)

  • 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

vnugent avatar Jan 24 '24 16:01 vnugent

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

btmccord avatar Feb 06 '24 16:02 btmccord

WIP topo-drawing

vnugent avatar Mar 08 '24 17:03 vnugent

@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

vnugent avatar May 08 '24 21:05 vnugent

@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

btmccord avatar May 08 '24 21:05 btmccord