FAIRmat-NFDI / AreaA-data_modeling_and_schemas

The ELN custom schemas from synthesis experiments
https://fairmat-nfdi.github.io/AreaA-Documentation/
11 stars 6 forks source link

Transmission: make accessory sub-section modular #177

Closed ka-sarthak closed 3 months ago

ka-sarthak commented 3 months ago

Currently Accessory is a non-repeatable section, containing quantities for multiple accessories in one place.

This can be made modular, by creating an Accessory class, and making child classes for each accessory: PolDepol(Accessory), Aperture(Accessory). Then, the accessory sub-section can be made repeatable, each of which can be based on the Accessory class or its children.

However, these changes will be breaking in nature as they redefine the schema.