Friday, December 6, 2013

Changes 12/6/13

Math Drill:

  • Got all students functionality (adding, removing, and saving) to work with SQL
  • Fixed an error with the add students regex causing spaces to be deleted.  It was '[\W-]+' when it should have been '[\W-]+ '
  • Added getStudents() convenience method for getting students from database. It executes the command SELECT * FROM students and returns all results
  • Added html page for /admin/ with links to admin functions, namely logging out and editing students

1 comment:

  1. Wow, great to see you've found your way to regex! I'm really looking forward to that link to the github repo.

    ReplyDelete