ROLE-GOAL-BENEFIT:
As a developer, I would like to be able to create, update, delete and retrieve the list of favorite cities of a given user via remote database
ACCEPTANCE CRITERIA:
In the remote database, establish one-to-many relationships between each unique user id and the list of favorite cities (each city contains: city id, city name, latitude, longitude)
Functions that create, update, delete and retrieve the list of favorite cities for a given user
PRIORITY: 2
TASKS:
Implement the data schema to store favorite cities data
Design and implement functions for creating, updating, deleting and retrieve list of favorite cities for each user
Test cases to verify that data are being correctly created, updated, deleted and retrieved
ROLE-GOAL-BENEFIT: As a developer, I would like to be able to create, update, delete and retrieve the list of favorite cities of a given user via remote database
ACCEPTANCE CRITERIA:
PRIORITY: 2
TASKS:
EFFORT ESTIMATE:
Total: 3 hours