-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathTODO
More file actions
59 lines (43 loc) · 2.6 KB
/
TODO
File metadata and controls
59 lines (43 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
購物:
☐ 身為消費者,我要在前台能夠找到商品並加到購物車
☐ 身為消費者,我要在前台能夠將多樣商品加到購物車,並生成一張訂單
☐ 身為消費者,當系統生成一張訂單後,我可以填寫寄送資訊,並且用信用卡結帳
☐ 身為消費者,當我用信用卡結帳後,我的信箱要能收到一張訂單確認信
Admin 管理訂單:
☐ 身為管理者,可以在後台看訂單,訂單狀態分為未結帳、已結帳、出貨中、已出貨、辦理退貨
☐ 身為管理者,我可以在後台對單張訂單做狀態改變
☐ 身為管理者,當我在將商品設為已出貨時,消費者應該收到一張已出貨的通知信
☐ 身為商家,當消費者確定購物結帳後,該商品的庫存必須按照數量減少
Admin:
✔ Admin Should able to see admin panel link in dropdown menu @done (14-06-13 01:59)
Product:
✔ Refine with Product List with table @done (14-06-13 02:14)
✔ should able update image when create product @done (14-06-13 04:09)
☐ should able to upload image after update
其他:
✔ 套 Bootstrap 版 @done (14-06-12 18:33)
✔ Login / Logout using bootstrap nav @done (14-06-12 18:33)
✔ SimpleForm with Bootstrap @done (14-06-13 02:39)
✔ 安裝 Carrierwave @done (14-06-13 03:21)
☐ Search function ( using Ransack )
有空想做的:
☐ 重新整理登入 / 登出畫面
☐ 加入 Facebook Login
--- ✄ -----------------------
身為商家的管理者,我要能夠在後台上架我的東西,並設定能夠販賣:
✔ 管理者必須要有一個後台 @done (14-06-12 17:56)
✔ 後台必須要可以新增產品 @done (14-06-12 17:56)
✔ 產品內容必須要有標題、文字、數量 @done (14-06-12 18:02)
✔ 產品必須要有價格 @done (14-06-13 03:21)
✔ 產品內容必須要有圖片 @done (14-06-13 03:21)
身為商家的管理者,我要能夠在後台設定權限,權限分成管理者以及消費者:
✔ 身為管理者,才可以進入後台 @done (14-06-13 03:39)
✔ 身為管理者,必須要登入且是 admin @done (14-06-13 03:39)
✔ 管理者身份必須要被分為 admin / user @done (14-06-13 03:39)
任何使用者都要能看到首頁:
✔ 首頁應該要能夠看到所有商品 @done (14-06-13 03:39)
✔ 任何使用者都要能看到首頁 @done (14-06-13 03:39)
任何使用者都要能看到產品頁:
✔ 產品頁應該能要看到標題 @done (14-06-13 04:09)
✔ 產品頁應該要能看到敘述 @done (14-06-13 04:09)
✔ 產品頁應該要能看到圖片 @done (14-06-13 04:09)