Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

StoreIm2

This repository is for the subject, CSIT327 - Information Management 2.

Currently in the works

Idea

Store Prices by Steemp

Entities with their assigned columns

Customer : [custID{PK}, custFname, custLName,isMember{Boolean}]

Item : [itemID{PK}, itemName, itemQuantity, itemPrice]

Order : [orderID{PK}, itemID{FK}, custID{FK}, orderQuantity, orderTotalPrice]

Guide (Not Final)

Customer can order many items

If Customer is Member, Customer can have 5% discount on items the customer bought

??

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors