KenEucker / biketag-vue

A vue app for the game of BikeTag played worldwide at biketag.org including the published biketag-vue component library
https://biketag.org
GNU Affero General Public License v3.0
22 stars 13 forks source link

Refactor getRegionPolygon #164

Open KenEucker opened 1 year ago

KenEucker commented 1 year ago

the getRegionPolygon method makes an API request for data that is static and doesn't change. This data should move from the frontend to the database, where the values can be stored and modified as needed. This work is tied to this issue: https://github.com/KenEucker/biketag-app/issues/31