...
- 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
Sunil
- Wrote the front-end code for the Carpool Search tab
- Worked on log in functionality
- Debugged issues with pulling data from the database