|
|
@@ -9,6 +9,31 @@ Sample shop:
|
|
9
|
9
|
|
|
10
|
10
|
Products:
|
|
11
|
11
|
- How to temporarily disable products so they aren't visible
|
|
|
12
|
+- Title/class should be nullable but not for canonical products (need to modify the save method)
|
|
|
13
|
+- Use all lowercase names for attributes - again need validation for this
|
|
|
14
|
+- Introduce UPC field to product models
|
|
|
15
|
+
|
|
|
16
|
+Stock:
|
|
|
17
|
+- Store currency against stock row
|
|
|
18
|
+- Store RRP price
|
|
|
19
|
+- Maybe create another VatableStockRow model which is abstract but a subclass of StockRecord
|
|
|
20
|
+ which handles UK scenarios
|
|
|
21
|
+- Create some tax calculators
|
|
|
22
|
+
|
|
|
23
|
+Orders:
|
|
|
24
|
+- Delivery calculators
|
|
|
25
|
+- ISO standard addresses
|
|
|
26
|
+
|
|
|
27
|
+Basket:
|
|
|
28
|
+- Required attributes
|
|
12
|
29
|
|
|
13
|
30
|
Misc:
|
|
14
|
|
-- How to make model field choices configurable per project
|
|
|
31
|
+- How to make model field choices configurable per project (eg titles in addresses)
|
|
|
32
|
+
|
|
|
33
|
+New apps:
|
|
|
34
|
+- Product categorisation/taxonomy
|
|
|
35
|
+- Wishlists
|
|
|
36
|
+- Reviews
|
|
|
37
|
+- Checkout
|
|
|
38
|
+- Customer services
|
|
|
39
|
+- Product management
|