Be able to use 'sass.bat' on Windows.
[rup.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index fd7f80d..207c4b3 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,4 +1,12 @@
+* 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, 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