X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=TODO.md;h=fd7f80d37a6078834137c79551f80930f4d46eba;hp=cdb86662e09004016b04cedbbbfcd66429e41b37;hb=HEAD;hpb=7b132e2976883c7b8e63540129a36eb63ceb33c5 diff --git a/TODO.md b/TODO.md index cdb8666..207c4b3 100644 --- a/TODO.md +++ b/TODO.md @@ -1,2 +1,12 @@ -* Use a setting file. -* Enable Logging. \ No newline at end of file +* Good understanding of Rust module system: http://www.sheshbabu.com/posts/rust-module-system/ +* Add a prototype Rust crate: frontent (WASM) + * Be able to interact with the DOM + * Be able to handle user event (key press for instance) + * Be able to share a common crate between client and server + * Be able to communicate between client and server with websocket+serde, structs are shared in the common crate +* Create a SQLite database and store all key events +* Enable Logging. +* Use of crate clap to parse command line? + +[ok] Accept an argument to encrypt a message +[ok] Use a setting file. \ No newline at end of file