- Brainstorming about the project: goal of the project, additional features and GUI settings.
- We started to find and create a way to convert a Math expression in LateX code.
- We analized the lab 9 implementation to use it for our main goal
- We fixed some bugs about our implementation
- We added more tests for our implementation, trying to cover each case possible
- We added power, limit and root as mathematical computation
- We added tests for the operation that we have written above
- We tried to figure out how to compute power in our application
- We started to create the GUI of our program
- Call with the TA to show our progress and clarify some problems
- We applied some new features which make the code more robust
- We try to figure out a problem to catch errors when the user digits wrong command garbage
- No progress
- Finally we have figured out a way to cacth error when users digit wrong command
- We fixed some bugs about the errors handling and we added other tests to cover all the possibilities
- No progress
- We finally finished tu build the GUI
- We were finding a way to convert the .tex file that we create in a PDF file
- We started to work on the possibility to do equations and add string on our .tex file
- We eliminated some unecessary files from the repository and copied other file for all Maven tests
- No progress
- No progress
- We add the possibility to convert a mathematical equation in LaTex
- We add the possibility to add strings in the .tex file
- PMD and Checkstyle violations fixed
- We tried to figure out the problem of the conversion from .tex to .pdf file, doing an HTTP request to an API.
- We have prepared everything for the presentation.