Browse Source

README.md update

Yann Weber 2 years ago
parent
commit
0a91cd8a80
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      README.md

+ 12
- 0
README.md View File

@@ -2,6 +2,18 @@
2 2
 
3 3
 Websocket clock server, handling timezones, alarms and sessions.
4 4
 
5
+## TODO
6
+
7
+Add some test using unittest.
8
+
9
+Replace dateutil by pytz in order to implement a command listing available
10
+timezones.
11
+
12
+Send an array of alarms instead of 1 message per ringing alarm.
13
+
14
+Replace dirty & quick session implementation with something like werkzeug
15
+sessions.
16
+
5 17
 ## Dependencies
6 18
 
7 19
 * Python >= 3.9

Loading…
Cancel
Save