KenEucker/biketag-vue

Refactor getRegionPolygon

Open

#164 opened on Feb 27, 2023

 (1 comment) (0 reactions) (1 assignee)TypeScript (20 forks)auto 404
help wanted

Repository metrics

Stars
 (26 stars)
PR merge metrics
 (Avg merge 11d 6h) (1 merged PR in 30d)

Description

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

Contributor guide