JonasPfeiffer123 / DistrictHeatingSim

This project focuses on generating and analyzing heating networks using geospatial data. It integrates geographic information system (GIS) functionality with network analysis to model and simulate heating networks.
MIT License
0 stars 1 forks source link

Implement MVP Software architecture for all GUI related functionalities #75

Open JonasPfeiffer123 opened 1 month ago

JonasPfeiffer123 commented 1 month ago

Currently the Tab classes contain lots of functional code and the GUI is not separated from data processing an methods. Therefore a better software architecture such as MVP has to be implemented. Goal is a better maintainability of the code as well as easier implementation of new functionality in the future