Sunday, October 16, 2011

Update Before October 17

Last week I

  • created a dummy "submit mysql query" page, and used it to continue to build up the database so that I could
  • Give each user a lastname and firstname, displayed in the sidebar, so that my next feature can allow the user to
  • Change any attributes of their "profile" such as last name, first name, and (upcoming) grade, as well as
  • Change their password.
I also came to the realization that there's nothing particular about the school workstation that allows me to work, so I did a little bit of work at home over the weekend. Debugging is starting to become a pain; not because the code is hard to understand or complex (it isn't, though I should start commenting/documenting soon, maybe?), but because the variables and values are tossed back and forth and it's hard for me to insert breakpoints or "echo this value" points due to the nature of PHP.

Goals for next week are to create tasks (which at this point will be pages you can view and click "I have completed this task" buttons) and maybe, if I have time, admin mode which allows you to create tasks.

No comments: