summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-20 22:51:09 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-21 03:42:15 -0400
commita3c67f1ff9ed2cff44930f6bfd17a3ec272fe2f5 (patch)
treefe247cc3eb8eb6b07aad2bffe874bbe51c301e21 /README.md
parent2421e964d2e5e0cc739dee6ad6eb399d205d7a58 (diff)
downloadgetwtxt-a3c67f1ff9ed2cff44930f6bfd17a3ec272fe2f5.tar.gz
updated task list
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index ad81841..ad5e7ba 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ twtxt registry written in Go. Still in development.
 *  Began: 10 May 2019
 *  No deadline. Should be finished by the end of May 2019.
 
-## Roadmap
+## Progress
 
 Checks indicate steps I've finished. The first blank box is what I'm working on.
 
@@ -13,7 +13,8 @@ Checks indicate steps I've finished. The first blank box is what I'm working on.
 * [x] HTTP routing
 * [x] Handlers stubbed out
 * [x] Registry manipulation ([getwtxt/registry](https://github.com/getwtxt/registry))
-* [ ] Request handling
+* [x] Request handling
+* [ ] Cache management details
 * [ ] Persistent data storage
 * [ ] Catch up on tests / Concurrency safety checks
 * [ ] Refactor and optimize