Skip to content
Snippets Groups Projects
Commit 21679db6 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Adapt data model and test dump

parent 74ce9180
No related branches found
No related tags found
1 merge request!1F awi sams
...@@ -25,18 +25,19 @@ ControlledRecordType: ...@@ -25,18 +25,19 @@ ControlledRecordType:
Responsible: Responsible:
inherit_from_obligatory: inherit_from_obligatory:
- ControlledRecordType - ControlledRecordType
obligatory_properties: recommended_properties:
Abbreviation: Abbreviation:
description: An abbreviation for this entity that is used for identification purposes description: An abbreviation for this entity that is used for identification purposes
datatype: TEXT datatype: TEXT
Person: Person:
inherit_from_obligatory: inherit_from_recommended:
- Responsible - Responsible
obligatory_properties: obligatory_properties:
first_name: first_name:
datatype: TEXT datatype: TEXT
last_name: last_name:
datatype: TEXT datatype: TEXT
recommended_properties:
Email: Email:
datatype: TEXT datatype: TEXT
......
...@@ -46,14 +46,14 @@ csv_column_descriptions: ...@@ -46,14 +46,14 @@ csv_column_descriptions:
Water depth stop: "The bottom depth in meters where the sampling ended as a positive value" Water depth stop: "The bottom depth in meters where the sampling ended as a positive value"
entity_names: entity_names:
abbreviation_prop: Abbreviation abbreviation_prop: abbreviation
child_container_prop: "Child container" child_container_prop: "Child container"
container_label_prop: container_label container_label_prop: container_label
container_rt: Container container_rt: Container
container_size_prop: "Container size" container_size_prop: "Container size"
containertype_rt: ContainerType containertype_rt: ContainerType
custom_label_prop: "Custom label" custom_label_prop: "Custom label"
labelcounter_prop: Counter labelcounter_prop: counter
labelcounter_rt: LabelCounter labelcounter_rt: LabelCounter
responsible_rt: Responsible responsible_rt: Responsible
first_name_prop: first_name first_name_prop: first_name
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment