Skip to content

New Features: Flat CSV schemata and Array Conventopm Data Organzer.

Octavio Martín Duarte requested to merge printing_flattened_schemata into main

New Features

Flat CSV schemata

The flattener is now a method of the ConventionSchema class and will automatically get stored together with the schemata and object.

Array Convention Data Organizer

A new class, ArrayDataOrganizer, takes an array of convention entities as input and, leveraging the existence of a taxonomy_term--convention entity, retrieves the object for said convention.

Merge request reports