simphony / simphony-metadata

[LEGACY] This repository contains the metadata definitions used in SimPhoNy project.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Create and update yml files #1

Closed roigcarlo closed 8 years ago

roigcarlo commented 8 years ago

The following yml files need to be updated according to: https://publicwiki-01.fraunhofer.de/SimPhoNy-Project/index.php/SimPhoNy_Metadata_Schema

Simphony.yml needs to be split into

tuopuu commented 8 years ago

It seems that simphony.yml is not going to be that large and complex file that it really needs to be split into 5 separate files.

I think that the main idea supporting splitting we had in the dev-team meeting was that SimPhoNy classes described in this file would be easier to update, and it would be easier to define new classes and place them in correct "categories" in these files. However, updating or adding new stuff is not going to happen so often. Once we roll out version 1.0, that should cover every Model/Engine we have in SimPhoNy at the moment. Also, version control will be straightforward when everything is in a single file. I think we should refrain from splitting simphony.yml for now, until there is a real need for it. @ahashibon, do you have some recommendation to this issue?

ahashibon commented 8 years ago

Agree!

mehdisadeghi commented 8 years ago

Having less files is definitely better for long term. In the beginning we can focus on two files, one for CUBA one for CUDS.

kitchoi commented 8 years ago

I agree with having less files.

tuopuu commented 8 years ago

cuba.yml was updated to the new yaml format. material_relations.yml was merged to simphony_metadata.yml in #7

roigcarlo commented 8 years ago

Implemented in #7