CorradoMotta / ASV_interface

Repository to store progress on the ASV interface development
0 stars 0 forks source link

Adding metadata view #51

Closed CorradoMotta closed 2 years ago

CorradoMotta commented 2 years ago

issue:

From the interface, it should be possible to fill the global metadata and generate a .ini file. The metadata view should be accessible only when Swamp is disconnected.

Steps:

Additional features to cover in another task when this is completed:

CorradoMotta commented 2 years ago

Global metadata that can be automatically calculated are NOT added to the interface, but should instead be added in the python scripts for better accuracy.

CorradoMotta commented 2 years ago

Cpp backend added. The global metadata attributes are now added to the constructor of the Cpp class and automatically loaded into the interface. In the future, such data will be directly loaded from the JSON database instead.

CorradoMotta commented 2 years ago

Further improvements before closing this ticket:

CorradoMotta commented 2 years ago

All done. readme section should be updated as well