7/23/12 - Began working on the website proper to use the mySQL databases and correctly direct users through the user. Today's focus was on designing a login system to identify and track users and what parts of the survey they have completed so far. This way, I can be sure to display the correct commit that any given user is on, and allows for users to complete part of the survey and then come back later.
7/24/12 - Continued working on the website. Today I got the transfer from the login page working, and updated the display pages to properly show the current commit for the current user. Moreover, I worked on getting the mySQL queries correct to collect the users answers from the site. The actual query is successful in updating (at least when tested from the first page), but the redirect at the end is not working properly. If I can fix this and the other pages send the info correctly, the main system of the website will be working and I will only need to update it to include the second set of questions and maybe make a few improvements.
7/25/12 - Updated documentation of work to cover the last week. Continued to work on the website, and I got everything up to the first group pages done.
7/26/12 - Continued work on the website, starting and mostly finishing the second half of the survey. I also created documentation to cover the code I've written so far as well as information on the databases.