Bläddra i källkod

Updated README And TODO files

master
David Winterbottom 14 år sedan
förälder
incheckning
dbfb978f0c
2 ändrade filer med 29 tillägg och 2 borttagningar
  1. 3
    1
      README.md
  2. 26
    1
      TODO

+ 3
- 1
README.md Visa fil

@@ -53,8 +53,10 @@ Run tests using:
53 53
     ./run_tests.sh
54 54
 This specifies a sqlite3 database to use for testing and filters out the useless output.
55 55
     
56
-You can also use the functionality from (django-test-extensions)[https://github.com/garethr/django-test-extensions/] which 
56
+You can also use the functionality from [django-test-extensions](https://github.com/garethr/django-test-extensions/) which 
57 57
 is one of the installed app	
58
+
59
+Look in the TODO file for things to hack on...
58 60
     
59 61
 
60 62
 

+ 26
- 1
TODO Visa fil

@@ -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

Laddar…
Avbryt
Spara