CodeForPhilly / CodeForPhilly/third-places
Add state to hold location data
Abierto
@conorpbrady ya está trabajando en esto.
Desde el 24/11/2023.
map/gis
react
- Lenguaje dominante
- Python
- Estrellas
- 8
- Forks
- 6
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
# Overview
Add React state to the Map component and an asynchronous function to request the location data from the backend. (A `useEffect` hook with an empty dependency array would work for this). Once resolved, the state should be updated with the geoJSON returned. This will later be used by a Marker layer to put those locations on the map
# Context
Blocked by #22
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.