webapi-eca/TODO.js

24 lines
No EOL
676 B
JavaScript

/*
* 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:
* ==================
* Testing | clean documentation | Clean error handling (Especially in loading of modules):
*
* - [ ] DB Interface
* - [ ] Engine
* - [ ] Event Poller
* - [ ] HTTP Listener
* - [ ] Logging
* - [ ] Module Loader
* - [ ] Module Manager
* - [ ] Server
*/