Julien Syx
Julien Syx
Hello, I'm using 3 releases for deployment. Sometimes, when it comes to cleanup,there's a file seems to bug the cleanup process : ``` TASK: [deployment | Clean up releases] ********************************...
Django 1.7 add lot of features but broken a lot of things in LISA with AppLoader.
There is actually a short documentation written for the old LISA Engine. As everything has changed, it should be great to update the documentation and to make it translatable on...
We need a design for the web interface - [ ] CRUD for User Profiles - [ ] Dashboard with portlets from plugins - [ ] Plugin Management - [...
LISA should have a CLI script to do easily some tasks. The manage.py from django will be used. - [x] List all plugins installed/enabled | available - [x] Install a...
We need to create a face for LISA (then animate it) to include it in the LISA Web interface and the android app.
LISA should be able to create a timer or add a cron by voice. Example : "Turn off the tv in 30 minutes" LISA will add the intent it in...
Actually there's a crappy import and global to use the same instance of TaskScheduler. As it can be used from anywhere and I need to use the same instance, it...
Server should be able to send command to clients. I will use the "type" field and a value "command", then in the body, I will put the command. Plugins (and...
Should change the way LISA do connection to mongodb to enable the mongodb replication. It will allow LISA to have failover and support the loss of data.