Skip to content

xrandox/CS466-Web-Store

Repository files navigation

CS466 Web Store

This is a simple repo for version control and to keep us organized/make it easier to collaborate

I made a few example files in case you want to poke around/play with stuff. I stuck with php for everything as that's what was used in class

Once we get the main file structure down all the work should be done on a dev branch and then pull requested to main, which can then be merged onto main assuming there are no conflicts (project this simple, there shouldn't be)

I can go over things in more detail during our meeting, whenever we have it, if people need

Assignment Requirements

  • PDF of ER Diagram
  • PDF Description of ER Diagram
  • PDF of Relational Schema based off ER Diagram
  • 1 SQL to create database
  • 1 SQL to insert sample data into database (minimum 20 products, 5 customers, 1 order per customer)
  • 1 zip with all PHP/web-facing files
  • Link to website hosted on one of our public_html

Website Requirements

Customer Side

  • Product List Page (List of all available products, Click to go to product detail)
  • Product Detail Page (Details on product, Add # to cart)
  • Shopping Cart Page (Show/manage picked items, move to checkout)
  • Checkout Page (Shipping/billing info (fake), total cost)
  • Order Success Page (Could maybe be combined with checkout, just confirmation and order tracking #)
  • Order Tracking Page (Status and total cost of each order, total cost of all orders)

Employee Side

  • Inventory Page (List of all Products, How Many Left)
  • Outstanding Orders Page (All orders to be fulfilled, click to go to individual order)
  • Order Fulfillment Page (Details of orders, update status, add notes, contact user)

Extras (Not Required)

  • Inventory Management Page (Add/Edit products)
  • Product variables (color size)
  • Promo Codes
  • Temporary Sales
  • Loyalty System
  • Wishlist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published