Week 13
Progress:
- Shopping cart and layout finalised and designed and fully functional
- Design of pages for checkout from shopping cart
- Catered for customers who shop while not logged in. The proceed button in my cart forces them to automatically
sign in and remembers which page they came from
- Question users Rhodes Alumni Department for further user requirements
- Session timeout altered in the server.xml file of Tomcat.
- Figured out that session tracking is automatically handled by Tomcat Server
Problems:
- System crashes, if user clicks 'Back' button on browser
- User can access any page by typing the URL for that page. Some of the pages should not allow this
Objectives:
- Finalize front end design of the steps to checkout
- Create Order bean for each customers order
- Stop user from accessing crucial pages by redirecting them to an error page
- Testing of the RUM for further overlooked bugs