TODOList - xen0n/weiyu GitHub Wiki
This page can get slightly out of date; it's here more as a quick reference to myself.
- Encapsulate
POST
data preprocessing (already done -- xen0n 2012-11-10)- Possibly implement a GitHub auto-deployment WebHook once done (done 2013-01-31)
- Implement view function wrapper to avoid having to manually instantiate
ReflexResponse
every time (done, together with other shortcuts -- xen0n 2013-03-24)
- Support raw query parameters
- Maybe performance profiling
- Proper definition of framework-level authentication handling
- Caching framework (now partially done -- xen0n 2013-03-23)
- Memcached, redis or such
- Real-time status information handling could rely on this
- Try to implement a session backend with
weiyu.db
- Write unit tests