nfdi4plants / ARCCommander

Tool to manage your ARCs
MIT License
11 stars 9 forks source link

Isa xlsx refactoring #28

Closed HLWeil closed 3 years ago

HLWeil commented 3 years ago

Instead of directly manipulating the investigation file. IO and manipulation of the investigation was split by creating a complete invetigation data model. This way it is easier to add manipulations of the investigation and just additional IO functions are needed when other formats besides XLSX are used for storing the investigation file.

Additionally, Investigation, Study, Person, Publication, Design, Factor and Protocol functions were added.