Introduce the new runcard layout, with a mirroring data structure and automated (de)serialization.
Moreover, suitable usage of the runcard fields and section should be propagated throughout the code, instead of passing around the entire runcard.
(EKO style runcards)
I'm planning to use Pydantic for the purpose, and avoid the DictLike business as in EKO.
(this is conceptually the follow-up of #240)
Introduce the new runcard layout, with a mirroring data structure and automated (de)serialization.
Moreover, suitable usage of the runcard fields and section should be propagated throughout the code, instead of passing around the entire runcard.
(EKO style runcards)
I'm planning to use Pydantic for the purpose, and avoid the
DictLikebusiness as in EKO.(this is conceptually the follow-up of #240)