2013-11-13 15:21:58 +00:00
|
|
|
/*
|
|
|
|
|
* TODO's:
|
|
|
|
|
* =======
|
|
|
|
|
* - [ ] Redis queue
|
|
|
|
|
* - [ ] user handling (personal credentials)
|
|
|
|
|
* - [ ] security in terms of users (private key, login)
|
|
|
|
|
* - [ ] vm for modules, only give few libraries (no fs!)
|
|
|
|
|
* - [ ] rules generator (provide webpage that is used to create rules dependent on the existing modues)
|
|
|
|
|
* - [ ] geo location module, test on smartphone
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* TODO's per module:
|
|
|
|
|
* ==================
|
2013-11-13 15:30:21 +00:00
|
|
|
* Testing | clean documentation | Clean error handling (Especially in loading of modules and their credentials):
|
2013-11-13 15:21:58 +00:00
|
|
|
*
|
|
|
|
|
* - [ ] DB Interface
|
|
|
|
|
* - [ ] Engine
|
|
|
|
|
* - [ ] Event Poller
|
|
|
|
|
* - [ ] HTTP Listener
|
|
|
|
|
* - [ ] Logging
|
|
|
|
|
* - [ ] Module Loader
|
|
|
|
|
* - [ ] Module Manager
|
|
|
|
|
* - [ ] Server
|
|
|
|
|
*/
|