Giter Site home page Giter Site logo

group-lamp-sop's Introduction

E-Commerce System

Store Module กลุ่ม หลอดไฟ

รายชื่อสมาชิก 1. 2. 3. 4. 5. 6.

User Interface

หมายเหตุ: 1. เนื่องจากยังไม่ได้ลงรายละเอียดในส่วนของการทำงาน จึงไม่สามารถทำงานอื่นได้ (Search, Create, Update, Delete) นอกจากการแสดงรายละเอียด (Read)

Store Services

  • การสร้างรายการสินค้าใหม่ (Create)
  • การดูรายละเอียดของรายการสินค้า (Read)
  • การแก้ไขข้อมูลรายละเอียดของรายการสินค้า (Update)
  • การลบรายการสินค้า (Delete)
  • การค้นหารายการสินค้า (Search)

Product Database (Logical Design)

Product Database (Logical Design) รายละเอียด

  1. สินค้า (Product) มีการเก็บข้อมูลดังนี้

    • รหัสของสินค้า (id)
    • ชื่อของสินค้า (name)
    • ราคาของสินค้า (price)
    • รายละเอียดของรสินค้า (description)
    • ยอดคงคลังของสินค้า (amount)
    • รูปภาพของสินค้า (picture)
    • น้ำหนักของสินค้า (weight)
    • รหัสของร้านค้าที่เป็นผู้ขายสินค้านั้น ๆ (shop_id)
    • รหัสของยี่ห้อของสินค้า (brand_id)
    • รหัสของหมวดหมู่ของสินค้า (category_id)
  2. ยี่ห้อ (Brand) มีการเก็บข้อมูลดังนี้

    • รหัสของยี่ห้อ (id)
    • ชื่อของยี่ห้อ (name)
  3. หมวดหมู่ (Category) มีการเก็บข้อมูลดังนี้

    • รหัสของหมวดหมู่ (category)
    • ชื่อของหมวดหมู่ (name)

หมายเหตุ: 1. ตาราง SHOP และ ORDER รอรายละเอียดจากกลุ่มที่ทำ Module นั้น ๆ

group-lamp-sop's People

Contributors

peechanok avatar 61070267 avatar cotver avatar

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.