Merge branch 'master' of euphorik.ch:rup into master
[rup.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index 7dbed8b..207c4b3 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,10 +1,12 @@
-* Add a prototype Rust project: frontent (WASM)\r
-  * Be able to change the DOM\r
+* Good understanding of Rust module system: http://www.sheshbabu.com/posts/rust-module-system/\r
+* Add a prototype Rust crate: frontent (WASM)\r
+  * Be able to interact with the DOM\r
   * Be able to handle user event (key press for instance)\r
   * Be able to share a common crate between client and server\r
-  * Be able to communicate between client and server with websocket+serde\r
+  * Be able to communicate between client and server with websocket+serde, structs are shared in the common crate\r
 * Create a SQLite database and store all key events\r
 * Enable Logging.\r
+* Use of crate clap to parse command line?\r
 \r
 [ok] Accept an argument to encrypt a message\r
 [ok] Use a setting file.
\ No newline at end of file