Commit 48377e08 authored by John E. Vincent's avatar John E. Vincent

updating todo

parent fccbcc4e
# Brain dump of stuff
* Stabilize API
* Documentation
I'm seriously considering moving to a single endpoint with JSON request bodies. Still up in the air. I'm not totally sold on the current layout.
Need to finish documenting everything for YARD to pick up.
* Consider ditching Sinatra::Namespace
* Namespace models
This is proving to be more of a headache than I though. In the interim, I'm going to prepend models with Noah (i.e. `Host` becomes `NoahHost`)
I spent most of the effort around namespacing my stuff in what appears to be trying to work around sinatra-namespace. Need to do a test refactor. Also Ohm doesn't appear to play nice with namespaced models.
* Stabilize API
I'm seriously considering moving to a single endpoint with JSON request bodies. Still up in the air. I'm not totally sold on the current layout.
* Write my own CLI class
......@@ -41,6 +45,8 @@
* Examples
- Sort of done. Demo app is up! [[http://noah-demo.heroku.com/]]
* Consider ditching Sinatra::Namespace
- Done. It was also causing issues with YARD generation. @rkh confirmed known issue via twitter.
## Watcher specific stuff
* Implement a watcher client
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment