Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.59 KB

File metadata and controls

29 lines (24 loc) · 1.59 KB

TODO 🚧

  • Implement GeoJSON precinct finder via @turf
  • Add workflow for syncing changes to Glitch (edit: rip)
  • Geocoding functionality via Mapbox(?) API
  • Add endpoint for Twilio
  • (sigh) Migrate to Google Maps Geocoder so we can link out to Google Maps... links:
  • Unit tests for findPrecinct and geocodeAddress functions
  • Schema Validation
  • OpenAPI generation via fastify-swagger
  • Docs on ReadMe! 🦉
  • Remove Google fonts in favor of local fonts
  • Remove reverse geocoder, link to coordinates instead
  • Separate coordinates and example into separate endpoints
  • Add address verification prior to running through geocoder to sanitize geocoder API requests
  • Add support for Google Sheets user-agent
  • JSON Schema Validation for processed data file(s)
  • Enhance error handling for findPrecinct

Post-Hono Migration

  • Bring back the OpenAPI generation workflow (removed in this commit)

Nice To have

  • Address autocomplete via Google Maps Places API