Skip to content
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

chore: Updating client for new db fields #634

Merged
merged 3 commits into from
Apr 15, 2024

Conversation

manasaV3
Copy link
Contributor

Relates to: #601, #443, #632

Changes introduced

  1. Adds deposition_id field to Tomogram and Annotation models
  2. Adds method_type field to Annotation model
  3. Updates documentation of Annotation model to include relationship to AnnotationFiles

@manasaV3 manasaV3 requested a review from jgadling April 11, 2024 21:17
@@ -415,10 +417,13 @@ class Annotation(Model):
confidence_precision (float): Describe the confidence level of the annotation. Precision is defined as the % of annotation objects being true positive
confidence_recall (float): Describe the confidence level of the annotation. Recall is defined as the % of true positives being annotated correctly
deposition_date (date): Date when an annotation set is initially received by the Data Portal.
deposition_id (int): If the annotation is part of a deposition, the related deposition's id
files (list[AnnotationFile]): An array relationship with the files of this annotation
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kandarpksk Added the documentation to map the relationship between Annotation and AnnotationFiles.

@manasaV3 manasaV3 merged commit 05f439d into main Apr 15, 2024
12 checks passed
@manasaV3 manasaV3 deleted the mvenkatakrishnan/client_update branch April 15, 2024 20:14
kne42 added a commit that referenced this pull request Apr 27, 2024
* main: (36 commits)
  feat: navigation styling updates (#614)
  feat: add section titles (#612)
  docs: Copying FAQ page to the docsite + adding copy to FAQ on docsite + adding AWS CLI page (#647)
  feat: shift dataset photo (#613)
  chore(main): release web 1.5.0 (#672)
  fix: use aws sync for dataset or all annotations download dialogs (#671)
  feat: implement author name legend (#625)
  chore(main): release web 1.4.1 (#670)
  fix: Adding liveliness_timeout and readiness_timeout  (#669)
  chore(main): release web 1.4.0 (#618)
  feat: release single annotation download annotation modal (#668)
  perf: measure getBrowseDatasets query perf (#667)
  fix: Updating annotation object shape type query (#666)
  ci: fix download modal e2e tests (#665)
  fix: annotation table primary author sort (#649)
  fix: Raise exception when attempting to filter on related objects. (#642)
  chore: Updating client for new db fields (#634)
  fix: Don't dowload too many annotation metadata files (#639)
  Update bug.md
  chore: Update bug.md (#641)
  ...
kne42 added a commit that referenced this pull request Apr 27, 2024
* main: (28 commits)
  feat: navigation styling updates (#614)
  feat: add section titles (#612)
  docs: Copying FAQ page to the docsite + adding copy to FAQ on docsite + adding AWS CLI page (#647)
  feat: shift dataset photo (#613)
  chore(main): release web 1.5.0 (#672)
  fix: use aws sync for dataset or all annotations download dialogs (#671)
  feat: implement author name legend (#625)
  chore(main): release web 1.4.1 (#670)
  fix: Adding liveliness_timeout and readiness_timeout  (#669)
  chore(main): release web 1.4.0 (#618)
  feat: release single annotation download annotation modal (#668)
  perf: measure getBrowseDatasets query perf (#667)
  fix: Updating annotation object shape type query (#666)
  ci: fix download modal e2e tests (#665)
  fix: annotation table primary author sort (#649)
  fix: Raise exception when attempting to filter on related objects. (#642)
  chore: Updating client for new db fields (#634)
  fix: Don't dowload too many annotation metadata files (#639)
  Update bug.md
  chore: Update bug.md (#641)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants