Placement manager
I worked for the LASMEA laboratory in 2012 to improve the hole detector and to develop a placement manager in C++/Qt. Before the development of this software, the management of students placements was done by editing Excel files. So, the goal is to simply :
- manage the students for schools and companies
- assign placements to students
- real time saving using SQLite
- advanced settings using XML
- print internship agreement
- have a reminder for todo tasks
- embedded search
At this point, I began to be experienced with Qt, so I tried to make my code as generic as possible using dynamic views and stacked views. I also implemented multi-threaded SQLite request to optimize automatic saves and give to the user a better experience.