Made confirmation forms so that users can reset their password.
Archive for the ‘update’ Category
User can request password change
Monday, June 16th, 2008User preferences
Monday, June 16th, 2008Users can now update their email or change their password.
Uncaught Exceptions now handled
Sunday, June 15th, 2008Figured out I’d need some advanced error reporting, especially for unhandled exceptions, so I built myself a logging system. I then tied the exceptions to this site. The nice thing about the system is that I thought far ahead enough to let it tie into any of my projects. This project being the first that I tied things into. I’ll post a link later if you want to know more about the system. The next step is to do proper catching of the Exceptions but at least for now, I will know of the ones that slip my attention.
administrative backend changed
Saturday, June 14th, 2008Minor change made to administrative backend. The change had effects on the regular user experience and would be problematic in the future.
minor style change
Saturday, June 14th, 2008fixed login page positioning
version 1.25 (proof of concept) achieved
Wednesday, June 11th, 2008This version is more or less the same product as the original capstone product. There differences between 1 and 1.25 are vast in code and structure but the principle goals and concepts still exist.
Key differences between version 1 and version 1.25:
- style glitches and design flaws were fixed
- v1 was completely IE compatible while v1.25 has yet to undergo severe IE testing
- Some AJAX solutions are now implemented in a few interfaces
- An administrative backend now exists
There is still a lot that can be done to improve this site but the concept has been achieved, thus making this a slight upgrade from the original version. The site model is light and has much more room for improvement.
Release Notes:
- corrected data validation errors on some forms
- minor change to assembly interface
- made listing of Career Objectives a bit more user friendly
- minor style tweaks
assembly update + other things
Monday, June 9th, 2008- made career objective interface more user friendly
- assembly page now functional. need to layout the final look
found another Address form error
Thursday, June 5th, 2008discovered a new bug while testing out the live site. Found the cause and fixed.
address form fixed
Thursday, May 22nd, 2008- fixed errors in Address page that were handled in later pages but neglected in this earlier version
activities and coursework functional
Wednesday, May 21st, 2008- coursework and activities now functional
- beginning preparation for final wizard steps