diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-21 21:58:36 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-21 21:58:36 (GMT) |
| commit | 340a02f37ef5088112028761c5d5c1d2b8710b63 (patch) | |
| tree | e5c4984943b42ef11f6557c852e7c693c31ea012 /TODO | |
| parent | c4a500aa21c0255e0bd919ae2f16b048226a3dd7 (diff) | |
| download | powder-340a02f37ef5088112028761c5d5c1d2b8710b63.zip powder-340a02f37ef5088112028761c5d5c1d2b8710b63.tar.gz | |
TODO file
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +HTTP API: + Make it OO, + Use STL (i.e std::string for url, etc) + +RequestBroker: + APIRequest: + Standard StatusParser and Status object ( {Status: 0, Error = "Danger, Will Robinson!"} ) + Request: + Some way of identifying multiple requests destined for the same listener + +Client/Server API: + Make more use of APIRequest so we can get rid of the pooey, flakey threading in PreviewView, etc + +Interface General: + Try to use the "Activity" model for some simpler interfaces instead of code-heavy M-V-C + Move interfaces into seperate folder + +Interface Elements: + Vertical Scrolling for Textbox, |
