forked from Telodendria/Telodendria
Add some more TODO items.
This commit is contained in:
parent
182aed8d72
commit
e445b43d8e
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#documentation-status">Documentation Status</a></li>
|
||||
<li><a href="#rationale">Rationale</a></li>
|
||||
<li><a href="#project-goals">Project Goals</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>
|
||||
<ul>
|
||||
<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>Implement configuration file parsing using the hash map</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>Figure out how to write unit tests for array/hashmap/etc</li>
|
||||
<li>Implement a simple HTTP server</li>
|
||||
|
|
Loading…
Reference in a new issue