Skip to content
forked from mglush/emart

Oracle Database for an online store. By Michael Glushchenko for UCSB CS174A Spring 2022.

Notifications You must be signed in to change notification settings

maragaw/emart_edepot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Database Design of an Online Store.

By Michael Glushchenko, partnered with Matthew Aragaw, for UCSB CS174A Spring 2022.

Oracle Database implementation of an online store/warehouse system. The project provides separate interfaces for customers and managers to interact with the eMart database. At key points in the interactions, Matthew's eDepot database is queried for various information. I worked on the eMart database, as well as the interfaces for customers and managers to interact with the store.

Functionality of the customer interface includes:

  • log in with credentials.
  • create an account if user not yet a customer.
  • search through the product catalog by category by any criteria.
  • add products to cart (for checkout later).
  • check out (comeplete an order with products in the cart).
  • display the previous order for the customer.
  • re-run a previous order for a given customer.

Functionality of the manager interface includes:

  • log in with credentials.
  • print monthly summary of sales statements.
  • adjust customer status (bypassing company policy).
  • send an order to a manufacturer (bypassing company policy).
  • change the price of an item (bypassing company policy).
  • delete all sales transactions that are no longer needed for computation of customer status.

Functionality of the eMart database includes:

  • automatically recomputes customer status according to their order history.
  • automatically sends a replenishment request to a manufacturer when there are 3 low-inventory items in the store made by that manufacturer.
  • allows for the change of company policy regarding how much discount to give to customers of certain status.
  • keeps data of all orders and when each item was added to cart within that order, to properly apply company policy to correct timeframes.

Technologies:

  • Database: Oracle.
    • ojdbc11 21.5.0.0.
  • Backend: Java.
    • openjdk 18.0.1.1.
  • Build automation tool: Maven Apache.
    • maven-compiler 18.
    • tomcat7-maven-plugin 2.2.

Michael Glushchenko © 2022

About

Oracle Database for an online store. By Michael Glushchenko for UCSB CS174A Spring 2022.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.9%
  • HTML 8.1%
  • CSS 5.0%