updated todo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2011-10-01 01:37:43 +04:00
parent daf804767d
commit 9d3a0f6154

View File

@ -4,6 +4,10 @@
[_] 0% IDEA: use pli.logictypes.DictUnion [_] 0% IDEA: use pli.logictypes.DictUnion
[_] create a new layer on load [_] create a new layer on load
[_] save only updated layers and create a new empty layer on save [_] save only updated layers and create a new empty layer on save
[_] be careful not to update other layers...
| this can happen when adding a new object to a tag via an .update(...) method, in-place.
|
| need to use immutable data only.
[_] 0% compleate the new tags module [_] 0% compleate the new tags module
[_] .relatedtags(...) [_] .relatedtags(...)
[_] concatinative mode or abbility to build new tagsets from selections [_] concatinative mode or abbility to build new tagsets from selections