COMP3005A-Project / bookstore

Main project for course COMP3005. Full web application representing a virtual bookstore.
1 stars 0 forks source link

Feature/order functionality #37

Closed nwarsalee closed 2 years ago

nwarsalee commented 2 years ago

Added new model for Orders and the necessary backend entities needed (Service, Controller, Model). Also added pages for showing a list of orders relevant to the signed in user and page for a specific order.

Created an error page template that can be used to redirect the user to a page that outlines an error and a button to lead the user in the right direction.

nwarsalee commented 2 years ago

WORK IN PROGRESS

nwarsalee commented 2 years ago

Done, merging.