This week I began the work of integrating the server code that I had with everyone else’s code and making sure that there were no errors. The server code is a crucial component of our project and it is prone to generating hard to find errors as it uses python try-except statements which make debugging errors difficult as when there are errors in a try-except they are ignored so if something is going wrong inside of them the program keeps running without saying what happened.
I think we are on task to finish by demo day.
Next week I will be working on finalizing some svg parser and data collection for the board.