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

MAINT: Remove unused responsible entities from data model

parent d8645b58
Branches
Tags
1 merge request!1F awi sams
# #
# # Copyright (C) 2024-2025 IndiScale <info@indiscale.com>
# Copyright (C) 2024 IndiScale <info@indiscale.com> # Copyright (C) 2024-2025 Florian Spreckelsen <f.spreckelsen@indiscale.com>
# Copyright (C) 2024 Florian Spreckelsen <f.spreckelsen@indiscale.com>
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as # it under the terms of the GNU Affero General Public License as
...@@ -28,21 +27,8 @@ Responsible: ...@@ -28,21 +27,8 @@ Responsible:
- ControlledRecordType - ControlledRecordType
obligatory_properties: obligatory_properties:
Abbreviation: Abbreviation:
description: An abbreviation for this entity that is used for creating BIS labels description: An abbreviation for this entity that is used for identification purposes
datatype: TEXT
ResearchDivision:
inherit_from_obligatory:
- Responsible
obligatory_properties:
German name:
description: A german name for an entitiy. This can be used in queries since it is an alias.
datatype: TEXT datatype: TEXT
ResearchUnit:
inherit_from_obligatory:
- Responsible
obligatory_properties:
German name:
ResearchDivision:
Person: Person:
inherit_from_obligatory: inherit_from_obligatory:
- Responsible - Responsible
...@@ -53,7 +39,6 @@ Person: ...@@ -53,7 +39,6 @@ Person:
datatype: TEXT datatype: TEXT
Email: Email:
datatype: TEXT datatype: TEXT
ResearchUnit:
ContainerType: ContainerType:
inherit_from_obligatory: inherit_from_obligatory:
...@@ -75,7 +60,7 @@ Container: ...@@ -75,7 +60,7 @@ Container:
description: The size of the container, e.g. number of spaces or dimension description: The size of the container, e.g. number of spaces or dimension
datatype: TEXT datatype: TEXT
Custom label: Custom label:
description: A custom label for a container that doesn't have to follow the BIS labeling guidelines. description: A custom label for a container that doesn't have to follow the automatic labeling guidelines.
datatype: TEXT datatype: TEXT
Container Contents: Container Contents:
datatype: TEXT datatype: TEXT
......
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