forked from lda/telodendria
Update TODO
This commit is contained in:
parent
4707f0f4c8
commit
62f7016bc0
1 changed files with 2 additions and 2 deletions
4
TODO.txt
4
TODO.txt
|
@ -40,7 +40,6 @@ Phase 2: Building a foundation
|
||||||
[x] Encode as UTF-8 instead of using \u escapes
|
[x] Encode as UTF-8 instead of using \u escapes
|
||||||
[x] Decode encoded strings to UTF-8
|
[x] Decode encoded strings to UTF-8
|
||||||
[x] Write a function that gets the current Unix timestamp in milliseconds
|
[x] Write a function that gets the current Unix timestamp in milliseconds
|
||||||
[ ] Figure out how to write unit tests for array/hashmap/etc
|
|
||||||
[x] Parse the Telodendria config file
|
[x] Parse the Telodendria config file
|
||||||
[x] Add license header to all files
|
[x] Add license header to all files
|
||||||
[!] Add documentation for all public APIs (See below)
|
[!] Add documentation for all public APIs (See below)
|
||||||
|
@ -59,6 +58,7 @@ Phase 2: Building a foundation
|
||||||
file live there as well.
|
file live there as well.
|
||||||
[x] Allow logging to the syslog
|
[x] Allow logging to the syslog
|
||||||
[ ] Fix bug where the socket stays open after quit.
|
[ ] Fix bug where the socket stays open after quit.
|
||||||
|
[ ] Figure out how to write unit tests for array/hashmap/etc
|
||||||
|
|
||||||
Phase 3: Welcome to Matrix
|
Phase 3: Welcome to Matrix
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ Documentation
|
||||||
[x] Lists do not contain only <li> elements
|
[x] Lists do not contain only <li> elements
|
||||||
[!] Add other message divs for notes and warnings
|
[!] Add other message divs for notes and warnings
|
||||||
|
|
||||||
[x] Convert documentation to man pages
|
[~] Convert documentation to man pages
|
||||||
[x] Clean up dark mode in man page CSS (links)
|
[x] Clean up dark mode in man page CSS (links)
|
||||||
[x] Synopsis table should not be styled
|
[x] Synopsis table should not be styled
|
||||||
[x] Make available on MANPATH in tools/env.sh
|
[x] Make available on MANPATH in tools/env.sh
|
||||||
|
|
Loading…
Reference in a new issue