COMP3005A-Project / bookstore

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

Update/Create new models/repos/services for "region" relation #60

Closed nwarsalee closed 2 years ago

nwarsalee commented 2 years ago

Need to create new models on the backend to access the "region" relations data for order and customer. Insert statements will probably need to be updated to reflect this new relation. Query statements will also probably need to be updated.

Every time we need to access/update/insert the address for an order or customer, the backend processes will need to change (from what they are currently).