aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2019-05-26 14:18:48 +0200
committerBjørn Mork <bjorn@mork.no>2019-05-26 14:18:48 +0200
commit7b0086efb85c19a1bbb057ff6a738a58a94f0672 (patch)
tree7bc14eec72987d6eefeae398965a97cc599badfd
parentee19c1a59b32181199c367ecf765103bf577fa08 (diff)
update TODO
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r--TODO.md20
1 files changed, 15 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
index d15fc43..0bf1cd1 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,10 +6,7 @@ Items which needs to be fixed in arbitrary order:
## OBIS list parsing
-* Simplify the parsing by changing the list format to match what the
- application needs
-* Add a metadata level to the list files while at it, for stuff like
- source, revision, author, comments etc
+* Include some metadata
## Memory management
@@ -26,7 +23,15 @@ Items which needs to be fixed in arbitrary order:
* test and robustify, making sure the serial device can go away and
reappear without breaking stuff
-
+
+## Publishing
+
+* Create a packet metadata section _before_ parsing, including stuff like
+ 1. timestamp
+ 2. program name
+ 3. program version
+
+
## Code refactoring
* cleanup is obviously necessary
@@ -50,6 +55,11 @@ Items which needs to be fixed in arbitrary order:
* provide some sane defaults?
* add log configuration?
+* add a settings section. Some possibilities:
+ 1. timestamp format
+ 2. include units (implies values as strings)
+
+
## ++++