From c9cfb5b84c2a674fee42bce36ec5a62ab981d3d3 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Wed, 7 Mar 2018 11:41:13 +0100 Subject: [PATCH] Update TODO v2.0 --- TODO v2.0 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TODO v2.0 b/TODO v2.0 index 1feecdfa..2f0d37a7 100644 --- a/TODO v2.0 +++ b/TODO v2.0 @@ -5,11 +5,6 @@ Things needing little knowledge are marked with "(Easy for contribution)". so ju [X] = Done Cleanups: -- get information already in watchdogs insteed of mainloop - [X] InputDriver - [] ScreenDriver - [] split oldValues := newValues out to helper function - [] move processing of diff to watchdog - Migrate *Data.py to classes and use getter/setter (Easy for contribution) [] commandsData.py [] eventData.py @@ -22,6 +17,11 @@ Cleanups: [] settingsData -> defaultSettings.py General: +- get information already in watchdogs insteed of mainloop (use eventloop to transport) + [X] InputDriver + [] ScreenDriver + [] split oldValues := newValues out to helper function + [] move processing of diff to watchdog - make fenrir runable without settingsfile. fallback to defaults - imporove attribute handling [] improve attributes_curr_char (Easy for contribution)