aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-10-22 23:45:54 +0100
committerArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-10-22 23:45:54 +0100
commit879e1ebc005ba703628adfea28e2f380a8543fe3 (patch)
tree317e118b75346c396087bbe1c11cfe02e3bf4da5
parent00c81dad18101aef399451af3775e89a7904b7b2 (diff)
Added wishlist
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8a470be..5ca0b1f 100644
--- a/README.md
+++ b/README.md
@@ -144,5 +144,13 @@ Currently available default modules are:
- weather - Shows weather info
- wifi - Shows wifi connection
-# Possible Features
-
+# Feature Wishlist
+
+* Paralellised Modules
+ - Some modules are slower than others. Have modules set a DELAY variable;
+ if they don't have one, use a default.
+ - Modules are called and bar is updated when a module finishes, but an
+ internal bar clock updates the clock at a specific delay.
+* Don't call internet modules when offline
+ - Have modules state if they require an internet connection and ignore them
+ if no connection exists.