Closed TangoYankee closed 2 years ago
βοΈ Deploy Preview for woeip ready!
π¨ Explore the source changes: 2653d1ab476ca2adab483bcaa44bd6894c523622
π Inspect the deploy log: https://app.netlify.com/sites/woeip/deploys/6186c4a5c3727a000764b6ee
π Browse the preview: https://deploy-preview-380--woeip.netlify.app/
Checklist
docker-compose up -d --build
docker-compose exec api /bin/bash
make validate
ctrl/command+D
orexit
docker-compose exec web /bin/sh
npm run test
ornpx jest
npm run lint-fix
Description
Achieves the first two acceptance criteria stated in issue. Third acceptance criteria will be achieved in a follow up issue: 1) When two readings are taken at the same location, they higher value is displayed 2) Formats the pollutant readings as geojson, for mapping 3) Replaces the mapbox markers with a data layer, to improve performance and be more semantic with the data display 4) Configures the data layer to color the points in line with EPA severity categories Issue: #237