From 2bd68e85d3f2ddffe03657156a07d9727ecf8d8a Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 21 Nov 2020 19:06:15 -0500 Subject: [PATCH] remove TODO (now moved to issues) --- TODO.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 index 0f210f2ce..000000000 --- a/TODO.txt +++ /dev/null @@ -1,18 +0,0 @@ -* move rebuild_working_set logic to replica.rs, also include states != - completed / deleted -* [WIP] assign types to properties in Replica - - db / operation model is just k/v, but formatted names can be used for - structure: - - dependencies: `dependency. = ""` - - annotations: `annotation. = "annotation"` - - tags: `tags. = ""` -* abstract server into trait -* add HTTP API -* fix TODO items in replica.rs -* implement snapshot requests -* implement backups -* implement client-side encryption -* design expiration - - need to be sure that create / delete operations don't get reversed -* cli tools -* move test-only tools somewhere else (helpers in tests/?)