more TODO about deleting

Change-Id: Ib8cb0e815b35f078c306a280bd926a11e16f5620
This commit is contained in:
Brad Fitzpatrick 2013-01-02 20:41:26 -08:00
parent 4a464e334f
commit 1053ea5847
1 changed files with 7 additions and 0 deletions

7
TODO
View File

@ -1,3 +1,10 @@
-- should a "share" claim be not a claim but its own permanode, so it
can be rescinded? right now you can't really unshare a "haveref"
claim. or rather, TODO: verify we support "delete" claims to
delete any claim, and verify the share system and indexer all
support it. I think the indexer might, but not the share system.
Also TODO: "camput delete" or "rescind" subcommand.
-- make the -transitive flag for "camput share -transitive" be a tri-state:
unset, true, false, and unset should then mean default to true for "file"
and "directory" schema blobs, and "false" for other things.