Skip to content

Commit

Permalink
Fixed up the readme to include some goals
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed Sep 30, 2009
1 parent a8a91de commit 1a38fa2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Goals of the project

* Have a generic method for handling hierarchical data

* Allow multiple independent trees, or just one tree

* Have a widget for use in forms

* In templates:

+ Show one level of a tree
- All root categories
- Just children of a specified category

+ Show multiple levels
- Ancestors of category, category and all children of category
- Category and its children

+ An inclusion tag for common methods of formatting categories
- Grandparent :: Parent :: Child <-- current node
- Add relative links for ancestors
- Unordered list:
* Grandparent
* Parent <-- current node
* Child 1
* Child 2
* Child n

0 comments on commit 1a38fa2

Please sign in to comment.