Skip to content

Charlie Quinn Developer Log

MrCQuinn edited this page Apr 22, 2016 · 2 revisions

March 30th - April 4th Started development on Android, made an ugly layout that was functional with a set up for HTTP requests

April 9th Implemented small design changes to fit Portia's overall layout, added an auto-fill for home addresses

April 18th-19th Created SQL function to create table of requests and created database
Got an "insert request to database" python function working

April 20th Made function that selects all requests from table UNSCHEDULED and returns a list of dictionaries, where each dictionary is a user request

April 21st Changed JSON parameter to a bunch of POST parameters for a user request from the phone Got flask to accept POST and insert to DB properly