...
- Wrote all code for Maps using the google api
- Functionality for next date, my carpools, and carpool search
- Implemented maps based off data base database values - had to work on front end and server end
- Hosted website on aanders.scripts.mit.edu
- Assisted in ajax posting for front end and pushing a response from the serverWrote date modifying functions to enable json dictionary http response
Dakota
- Wrote the front end code for My Carpools and Pending Groups
- Converted from Django render_to_request to Json dictionary HttpResponses
- Caught these responses in jQuery using the AJAX API
- Took elements from the Json dictionary in jQuery and did a second set of evaluation outside of the views.py
- Abstracted each request received from forms to only hit and populate elements corresponded it rather than rendering the entire main view
...