summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md30
1 files changed, 22 insertions, 8 deletions
diff --git a/README.md b/README.md
index abe557f..ad81841 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,24 @@
 # getwtxt [![Build Status](https://travis-ci.com/getwtxt/getwtxt.svg?branch=master)](https://travis-ci.com/getwtxt/getwtxt)
 
-twtxt registry written in Go. Still in very early development. I'm a bit
-obsessive over personal projects, though, so it should advance quickly.
-
-**Update 2019-05-19**
-  * I decided to branch off the registry utility functions into a library, 
-so that's what I've been working on the last few days. They are available
-at [github.com/getwtxt/registry](https://github.com/getwtxt/registry). Now
-that I've completed the library, I can return to this side of the project.
+twtxt registry written in Go. Still in development. 
+
+*  Began: 10 May 2019
+*  No deadline. Should be finished by the end of May 2019.
+
+## Roadmap
+
+Checks indicate steps I've finished. The first blank box is what I'm working on.
+
+* [x] Types and basic init/config
+* [x] HTTP routing
+* [x] Handlers stubbed out
+* [x] Registry manipulation ([getwtxt/registry](https://github.com/getwtxt/registry))
+* [ ] Request handling
+* [ ] Persistent data storage
+* [ ] Catch up on tests / Concurrency safety checks
+* [ ] Refactor and optimize
+
+## Notes
+
+* twtxt
+  * [twtxt.readthedocs.io](https://twtxt.readthedocs.io)
129' href='#n129'>129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
iv>