mirror of https://github.com/perkeep/perkeep.git
more TODO
Change-Id: I62e870c89bab9b1e1cf7fb0333d9ef0ed8fb8883
This commit is contained in:
parent
6866b68024
commit
35d35e3ef2
11
TODO
11
TODO
|
@ -1,8 +1,15 @@
|
|||
-- sharing: make camget work with permanode sets too, not just
|
||||
"directory" and "file" things.
|
||||
|
||||
-- sharing: when hitting e.g. http://myserver/share/sha1-xxxxx, if
|
||||
a web browser and not a smart client (Accept header? User-Agent?)
|
||||
then redirect or render a cutesy gallery or file browser instead,
|
||||
still with machine-readable data for slurping.
|
||||
|
||||
-- rethink the directory schema so it can a) represent directories
|
||||
with millions of files (without making a >1MB or >16MB schema blob),
|
||||
probably forming a tree, similar to files. but rather than rolling checksum,
|
||||
just split lexically when nodes get too big. also, maybe denormalize
|
||||
the fileinfo a big?
|
||||
just split lexically when nodes get too big.
|
||||
|
||||
-- delete mostly-obsolete camsigd. see big TODO in camsigd.go.
|
||||
|
||||
|
|
Loading…
Reference in New Issue