MIST 5990 - Zlatko Unger's PHP Experience

Tuesday, December 05, 2006

Final Project - Part 4

OK, here is an update...


  • add links to the bottom of the pages so you dont have to click the back button as often

DONE !
  • on the view files form have a more detailed date secion so that you can see what time of day the file has been updated. right now the database stores the time and the date in a field, I am going to try to have it shown on this page
DONE !
  • sort the files by date, rather than by name -- this way the most recent files are listed first
DONE !
  • increase the description filed to allow more characters inside of it
DONE!
  • try to hide the view and add file sites by having the session check inside of them (right now anyone who knows the url of the add file page can access it)
    the book does not specify how to do this, so this is all going to be fun guess work. however, this is not a big deal since the webiste is set so it does show open directories and there is a minimal security risk here
The book does not specify how to do this, again this is not a security threat, so i am not worried about it

  • if time permits create a logout button, not a problem
the book mentions logging out but this is done through cookies, and the way i have things setup right now does not use cookies, so this will be abandoned as well



Things to be done:
  • Add comments where possible
  • Figure out the login problem
    • FIXED.DONE

0 Comments:

Post a Comment

<< Home