mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
24 lines
No EOL
676 B
JavaScript
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
|
|
*/ |