teaching machines

Where’s [User]? (POST)

December 7, 2014 by . Filed under cs436, fall 2014, postmortems.

Haley & Trey

Interesting Challenges:

Insights:

Changes:

Screen Shots:

Screenshot_2014-12-07-20-10-18
Homescreen

 

Screenshot_2014-12-07-20-10-26
Logging Location

 

Screenshot_2014-12-07-20-10-47
List of all locations logged

 

Screenshot_2014-12-07-20-11-04
Map of all locations logged

 

store_location
New locations are sent to PHP page that inserts them into the database

 

get_data
get_data.php queries the database and displays all records as a JSON array

JSON Array format:

[

{

“latitude” : ##.####,

“longitude” : ##.####

},

{

“latitude” : ##.####,

“longitude” : ##.####

}…

]

Claiming:

1 – list view

3 – remote database

5 – web service

6 – threading

8 – maps

9 – GPS