As a developer, I want to import and store all (both current and forecast) weather data of a given city (and optionally along with those of all cities within a given radius) from forecast.io API to a remote database. #13
ROLE-GOAL-BENEFIT:
As a developer, I want to import and store all (both current and forecast) weather data of a given city (and optionally along with those of all cities within a given radius) from forecast.io API to a remote database.
ACCEPTANCE CRITERIA:
A functions that request data from from forecast.io and subsequently store that data to remote server
A function for querying X number of cities surrounding a given location (possibly a city location)
A time stamp should be included for all records that are stored in the remote database, so that we know how old the existing data is
A function that retrieve data from the stored data from the remote server
PRIORITY: 1
TASKS:
Design and implement the data schema for storing weather data (both current and forecast)
Design and implement functions to request and store data from forecast.io to remote database
Design and implement functions to retrieve data from remote databse
ROLE-GOAL-BENEFIT: As a developer, I want to import and store all (both current and forecast) weather data of a given city (and optionally along with those of all cities within a given radius) from forecast.io API to a remote database.
ACCEPTANCE CRITERIA:
PRIORITY: 1
TASKS:
EFFORT ESTIMATE:
Total: 6 hours