# SweetPea Todo List

-   [x] Refactor to use CGI only.
-   [x] Add makeapp method to create application structure dynamically.
-   [-] Add routes which provides extra security and replaces auto-routes (default) when called.
-   [x] Auto-initialize controllers which currently require a _new method to be utilized.
-   [-] Implement some sort of controller caching feature as support for auto-routes loading a large number of controllers.
-   [x] Add an unplug method to clear and re-initialize plugin modules.
-   [x] Add accessors for content-type, controller, action, ...
-   [-] Write initial development tests.