frabas / DISPLACE_GUI

A Scientific Research Software for Spatial Fisheries and Natural Resource Management
https://displace-project.org/
GNU General Public License v2.0
9 stars 3 forks source link

Map Data aren't refreshed due to last changes to OutputParser #110

Closed studiofuga closed 6 years ago

studiofuga commented 6 years ago

This requires a change deeper than expected. It is non optimal to reload all the data from the db, so we need to signal the change somehow. A good option is to use the IPC with a new signal code that alerts the gui of the data sent to the db. This signal must be emitted after the transaction is committed.

studiofuga commented 6 years ago

This has been closed by commit 630b3ff0ff064bf00f799a46f088cc7e4d1a2671 also restoring the functionalities of OutputFileParser. But it needs reworking to remove the overhead and the dependency by text files.