Merge branch 'master' of euphorik.ch:rup into master
[rup.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index cdb8666..207c4b3 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,2 +1,12 @@
-* Use a setting file.\r
-* Enable Logging.
\ No newline at end of file
+* 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