From bfbdd57ad667c99966e614d8d9cc54d6277d118a Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 18 Mar 2014 10:08:53 -0700 Subject: [PATCH] more TODO Change-Id: Ibb03612c1a06287bf781b96f478d4d627b159c84 --- TODO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/TODO b/TODO index 67143b925..a7e1cce30 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,21 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac Offline list: +-- be able to put a search (expr or JSON) into camlistore as a blob, + and search on it. and then name it with a permanode, and then + use a expr search like "named:someset" which looks up someset's + current camliContent, fetches it, and then expands into that blob's + search.expr or search.Constraint. + +-- S3-only mode doesn't work with a local disk index (kvfile) because + there's no directory for us to put the kv in. + +-- fault injection many more places with pkg/fault. maybe even in all + handlers automatically somehow? + +-- sync handler's shard validation doesn't retry on error. + only reports the errors now. + -- export blobserver.checkHashReader and document it with the blob.Fetcher docs.