Location based app on AWS - Part 1 - Defining the scope of the application

okay my first ever experiment on designing a location based application. I will be documenting how I proceed with designing and building this thing up through this blog. Isn't it a great way to share and learn :-)

Lets first define the scope of the application. What it can do and until what extent. 


What problem will the app solve ?

The application will list all the events happening around the user pinpointing them on the map. 

Features : 

- User can see the events all around him on the map based on proximity

- User can create event by filling a form


Thats it simple and limited for now.  We will keep it evolving later on with other features. 

Next part would be to bring out the High level Design of the architecture. 


Comments