Commit 02fd3c92 authored by John E. Vincent's avatar John E. Vincent

sometimes markdown just...damn

parent 19f7c114
# Brain dump of stuff # Brain dump of stuff
* Stabilize API * 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. 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.
* Consider ditching Sinatra::Namespace * Consider ditching Sinatra::Namespace
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. 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.
* Write my own CLI class * Write my own CLI class
I think I might be bumping into some issues related to Vegas as well. I think I might be bumping into some issues related to Vegas as well.
* Watchers * Watchers
This is going to be a fun task. I'm serious. This is going to be a fun task. I'm serious.
* Ephemeral nodes * Ephemeral nodes
Not sure how I want to implement that. Not too keen on storing them as in-memory hashes. Maybe a LRU in Redis? Not sure how I want to implement that. Not too keen on storing them as in-memory hashes. Maybe a LRU in Redis?
* Examples * Examples
I need to make some example apps to really demonstrate what I'm trying to accomplish. I need to make some example apps to really demonstrate what I'm trying to accomplish.
* Clean up deps * Clean up deps
Feels like I'm relying too much on external libraries. Feels like I'm relying too much on external libraries.
* Benchmark * Benchmark
Need some client libs for this Need some client libs for this
# Done TODOS # Done TODOS
* Github pages * Github pages
@pengwynn won't love me if I don't ;)
- see [[http://lusis.github.com/Noah/]] - see [[http://lusis.github.com/Noah/]]
* Bundle a war * Bundle a war
Need to get a working and deployable war file (including self-executing)
- see [[https://github.com/downloads/lusis/Noah/noah.war]] - see [[https://github.com/downloads/lusis/Noah/noah.war]]
* Examples * Examples
I need to make some example apps to really demonstrate what I'm trying to accomplish.
- Sort of done. Demo app is up! [[http://noah-demo.heroku.com/]] - Sort of done. Demo app is up! [[http://noah-demo.heroku.com/]]
......
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