forked from Telodendria/Telodendria
Update to-dos
This commit is contained in:
parent
90ed321caa
commit
bb2e42f659
1 changed files with 12 additions and 0 deletions
|
@ -296,6 +296,7 @@ can get involved.
|
||||||
<li><s>Implement configuration file parsing using the hash map</s></li>
|
<li><s>Implement configuration file parsing using the hash map</s></li>
|
||||||
<li><s>Base64 encoding/decoding with padded/unpadded support</s></li>
|
<li><s>Base64 encoding/decoding with padded/unpadded support</s></li>
|
||||||
<li><s>Write a release script</s></li>
|
<li><s>Write a release script</s></li>
|
||||||
|
<li>UTF-8 encoder/decoder (UTF-8 codepoint chars to int, vice versa)</li>
|
||||||
<li>
|
<li>
|
||||||
Implement a JSON library using the hash map and array
|
Implement a JSON library using the hash map and array
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -303,8 +304,19 @@ Implement a JSON library using the hash map and array
|
||||||
<li>Basic decoding to HashMap/Array/strings, etc.</li>
|
<li>Basic decoding to HashMap/Array/strings, etc.</li>
|
||||||
<li><s>Proper string encoding</s></li>
|
<li><s>Proper string encoding</s></li>
|
||||||
<li><s>Proper string decoding</s></li>
|
<li><s>Proper string decoding</s></li>
|
||||||
|
<li>
|
||||||
|
"Canonical JSON"
|
||||||
|
<ul>
|
||||||
|
<li>Keys are sorted lexicographically by Unicode code point
|
||||||
|
(4bytes)</li>
|
||||||
|
<li>Floats are not allowed (fail on encountering a float)</li>
|
||||||
|
<li>Encode as UTF-8 instead of using <code>\u</code> escapes</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Write a <code>TelodendriaServerTs</code> that gets the current
|
||||||
|
Unix timestamp in milliseconds.</code>
|
||||||
<li><s>Figure out how to w</s>Write unit tests for array/hashmap/etc</li>
|
<li><s>Figure out how to w</s>Write unit tests for array/hashmap/etc</li>
|
||||||
<li>Parse the <b>Telodendria</b> config file</li>
|
<li>Parse the <b>Telodendria</b> config file</li>
|
||||||
<li>Add license/documentation comments to all source files</li>
|
<li>Add license/documentation comments to all source files</li>
|
||||||
|
|
Loading…
Reference in a new issue