data_classes file for data lookup in different files#307
Draft
LucasZimm wants to merge 12 commits into
Draft
Conversation
Collaborator
Author
|
Not sure where we want this, so i made a new file. |
…ventory (#306) * added relationship logic for existing objects * small fix * better visibility * fixed tests
* Moved EXPERIMENTAL_STEP subtypes to their own module, activities.py * Deleted annotations_state from EXPERIMENTAL_STEP * Deleted annotations state from Person * Fixed imported classes in masterdata_sync Fix OBJECT data type Moved OPERATOR to ExperimentalStep * Adding ordinal to PropertyTypeDef and to_openbis methods Defined ordinal=6 for OPERATOR for ordering in EXPERIMENTAL_STEP and subclasses * Fix tests * Fix pre-commit * Fix single quotes in info messages in entities.py
* Move creep test classes to its own module Added MechanicalTest class and inheritance to ExperimentalStep Added inheritance in CreepTest on MechanicalTest Applied formatting * Define inheritance for CreepTest from MechanicalTest * Moved object types and vocabularies to its own subfolder Clean up object definitions Added inline questions # ? * Added inline_comments.py script * Final changes * Fix precommit * Added Markus Schilling as owner of datamodel/creep_test subfolder * Fix code length to max 50 in vocabulary terms Fix [] broken property_label in two properties * Added validation max 50 characters in VocabularyTerm * Added max 50 chars object type codes * Added __init__.py in creep_test/ after rebasing * Moved MechanicalTest to activities.py --------- Co-authored-by: jpizarro <jose.pizarro-blanco@bam.de> Co-authored-by: Jose M. Pizarro <112697669+JosePizarro3@users.noreply.github.com>
…n on standard dataclasses
Coverage Report for CI Build 28786528476Coverage remained the same at 0.0%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
…n on standard dataclasses
…/BAMresearch/bam-masterdata into 164-parsing-various-file-formats
…n on standard dataclasses
…/BAMresearch/bam-masterdata into 164-parsing-various-file-formats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Metadata:
Small Overview:
It should work like this
obj = ObjectBuilder(mapping).build(resources)(see issue #164)closes #164