diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2017-04-23 04:19:45 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2017-04-23 04:21:36 -0400 |
commit | 44a02c702570768b6d7a65b6153c7aa3308b2f07 (patch) | |
tree | b352d5fdf00798226d717bf270c8f7b733f18374 | |
parent | 6b85be6490763110514702ba5587f0e3ffbc4510 (diff) |
updated TODO's
-rw-r--r-- | Hermes/GUI.rkt | 2 | ||||
-rw-r--r-- | Hermes/TODO | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Hermes/GUI.rkt b/Hermes/GUI.rkt index 491557e..30d305b 100644 --- a/Hermes/GUI.rkt +++ b/Hermes/GUI.rkt @@ -10,6 +10,8 @@ ;Object stuff ; TODO make different objects threadable send button vs text area vs canvas ; TODO gui is just a relay remember +; TODO create a dialog to ask user for his username. This should be wrapped in a +; function get-username that we can call (provide make-gui) diff --git a/Hermes/TODO b/Hermes/TODO index bbc2930..db51e46 100644 --- a/Hermes/TODO +++ b/Hermes/TODO @@ -1,7 +1,7 @@ FEATURES 5. parser in the client side should do something similar (/color, /quit) 16. plain tcp -> ssl based -17. fix breaks for improper disconnects from clients +***17. fix breaks for improper disconnects from clients 18. Add topics after project completion ** regexes to parse strings for different formats -related to 5 ** align code better for readability |