Add some more TODO items.

This commit is contained in:
Jordan Bancino 2022-07-22 21:44:47 -04:00
parent 182aed8d72
commit e445b43d8e

View file

@ -130,12 +130,10 @@ Submit code patches to the <b>Telodendria</b> project.
<li><a href="#phase-4">Phase 4: A Real Homeserver</a></li> <li><a href="#phase-4">Phase 4: A Real Homeserver</a></li>
</ul> </ul>
</li> </li>
<li><a href="#documentation-status">Documentation Status</a></li>
<li><a href="#rationale">Rationale</a></li> <li><a href="#rationale">Rationale</a></li>
<li><a href="#project-goals">Project Goals</a></li> <li><a href="#project-goals">Project Goals</a></li>
<li><a href="#getting-support">Getting Support</a></li> <li><a href="#getting-support">Getting Support</a></li>
<li>
<a href="#documentation-status">Documentation Status</a>
</li>
<a href="#contributing">Contributing</a> <a href="#contributing">Contributing</a>
<ul> <ul>
<li><a href="#reporting-issues">Reporting Issues</a></li> <li><a href="#reporting-issues">Reporting Issues</a></li>
@ -283,6 +281,8 @@ can get involved.
<li><s>Combine library code files</s></li> <li><s>Combine library code files</s></li>
<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>Write a release script</li>
<li>Force code formatting with <code>indent</code></li>
<li>Implement a JSON library using the hash map and array</li> <li>Implement a JSON library using the hash map and array</li>
<li>Figure out how to write unit tests for array/hashmap/etc</li> <li>Figure out how to write unit tests for array/hashmap/etc</li>
<li>Implement a simple HTTP server</li> <li>Implement a simple HTTP server</li>