Browse Source

Updated README And TODO files

master
David Winterbottom 15 years ago
parent
commit
dbfb978f0c
2 changed files with 29 additions and 2 deletions
  1. 3
    1
      README.md
  2. 26
    1
      TODO

+ 3
- 1
README.md View File

53
     ./run_tests.sh
53
     ./run_tests.sh
54
 This specifies a sqlite3 database to use for testing and filters out the useless output.
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
 is one of the installed app	
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 View File

9
 
9
 
10
 Products:
10
 Products:
11
 - How to temporarily disable products so they aren't visible
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
 Misc:
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

Loading…
Cancel
Save