---
tags: client-archief
---
# Client meeting 28-11-2022
## UI : Graphical
Joep will integrate the methods from feature/chat-client/ui taking care of the graphical side of the UI
Joep will make sure that that we can update the chatrooms in limbo and update the messages and users in a chatroom without having to fully redraw those screens.
Joep will add error boxes in every screen, Henri will use it to show errors.
Henri will integrate the graphical side with the functional side, for example :
- The chatrooms must be requested from the server
- The messages can be requested from the server and read from the ChatClient
Henri will make it possible for the user to input text and simultaneously record keystroketimings.
Henri will take care of the interaction with the websocket
Henri will fix the bug where the input boxes from blessed do not behave well
Henri will make sure you can use tab and enter to switch between inputboxes and buttons, since blessed does not support a mouse on Windows.
## Commands : Max
- Adding more tests
- Adding seperate methods for every command in the idea to use them with buttons in the interface later
- Add command to allow ngrams to be recorded by everyone in the room