Go to file
Matheus Lima acb77b1566 Creating access layer for the device and skill settings
- Replaced the function getcwd() for path.dirname(__file__) as a safer solution to get the current folder
 - Created functions to fetch devices using either id or account id
 - Created function get_setting_by_device_id_and_setting_version_hash to fetch a skill setting using the setting version hash and the device id

 The last function hits multiple tables and to avoid trigger a lot of queries we:
 - use a single query to fetch all sections for a given skill and device;
 - use a single query to fetch all settings passing the list of section ids from the previous step;
 - use a single query to fetch all skill settings for a given device and skill
2018-12-26 18:18:09 -03:00
backend Creating access layer for the device and skill settings 2018-12-26 18:18:09 -03:00
frontend/internet Merge remote-tracking branch 'remotes/origin/master' into data-access-layer 2018-12-19 14:28:21 -06:00
.gitignore adding __pycache__ folder 2018-09-26 18:30:46 -03:00
README.md Initial commit 2018-07-31 21:03:40 -05:00

README.md

selene

Microservices and web apps to support Mycroft devices