Giter VIP home page Giter VIP logo

cs466-web-store's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.