...
- Wrote front end code for Next Date and Swap Dates tabs
- Implemented UI changes from HW2 Evaluations
- Set up the initial Django back end
- Designed and set up database; pre-populated database with users and carpools
- Implemented log-in feature
- Wrote all code for pulling data from the database and displaying it on the front end
Ari
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