Service Provider wants no storage limitations
As a ...
service provider
I want to ...
have no storage limitations in terms of user or location counts
So that ...
I can provide the service to any number of interested users.
I know I'm done when ...
- I have implemented a database solution that scales out with cloud resources
- I have implemented efficient database querying so that only relevant location data is transferred from the database to the Web App. For example, by using geospatial queries.