Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 805 Bytes

TO-DO.md

File metadata and controls

16 lines (16 loc) · 805 Bytes
  • GraphQL schema generation
  • Forecast REST client https://open-meteo.com/en/docs + unit test
  • Elevation REST client https://open-meteo.com/en/docs/elevation-api + unit test
  • GraphQL schema binding for API generated fields
  • PostgreSQL persistence layer
  • GraphQL schema binding for SQL persisted fields (Create)
  • GraphQL schema binding for SQL persisted fields (Updating)
  • GraphQL schema binding for SQL persisted fields (Fetch a single)
  • GraphQL schema binding for SQL persisted fields (Fetch a paginated list)
  • Dockerfile + docker-compose.yaml
  • Unit tests
  • Implement cache for restclient calls
  • Implement dataloader
  • Implement the same using a different graphql library
  • cleanup hardcoded info
  • cleanup any localhost reference