Skip to content

Commit

Permalink
Add example submission and fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pongib committed Jun 8, 2018
1 parent 2f4c8e2 commit 87dd726
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# chomchob-backend-testing

โจทย์จะมี 2 Part คือ
1. [Programing (programing.js)](#programming)
2. [Database (database.js)](#database)
1. [Programming](#programming)
2. [Database](#database)

---

Expand Down Expand Up @@ -70,7 +70,7 @@
**Bonus**

- item เป็นแบบ shared stock (ไม่ว่าซื้อ item ในราคาไหนจะต้องใช้ stock ของ code ที่เดียวกัน) เช่น มี ไอเท็ม A และ ไอเท็ม B อยู่ในระบบ หากมีลูกค้ามาทำการซื้อ A หรือ B ก็ตาม code ที่ลูกค้าได้รับ จะถูกดึงมาจาก stock เดียวกัน
- item อาจถูกขายแบบ Bundle เช่น ขาย สกินตัวละครพร้อมกันสองตัวในราคาพิเศษ หรือขาย กล่องสุ่มไอเท็ม 5 กล่อง ในราคาถูกว่าปกติ
- item อาจถูกขายแบบ Bundle เช่น ขาย สกินตัวละครพร้อมกันสองตัวในราคาพิเศษ หรือขาย กล่องสุ่มไอเท็ม 5 กล่อง ในราคาถูกกว่าปกติ

**Hint**

Expand Down
1 change: 1 addition & 0 deletions example submission/database/example.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// solution
1 change: 1 addition & 0 deletions example submission/programming/example.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// solution

0 comments on commit 87dd726

Please sign in to comment.