-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shared models mongofy #128
Conversation
c2fd09f
to
b08e0bb
Compare
author: List[semantic_models.Contributor] = Field(min_length=1) | ||
description: str = Field() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is overriding a field in the semantic model
|
||
|
||
class FileReference( | ||
semantic_models.FileReference, | ||
DocumentMixin, | ||
): | ||
submission_dataset_uuid: UUID = Field() | ||
submission_dataset: UUID = Field() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we or are we not going with _uuid fields?
…n version control
7479e03
to
f9cd3c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I will start work on tests fixes ASAP |
For https://app.clickup.com/t/86956qv26
Not tested, api still wip