Skip to content

Feature(metadata-manager): Scheduled Sync from Metadata-Manager #362

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

Merged

Conversation

williamputraintan
Copy link
Member

@williamputraintan williamputraintan commented Jun 19, 2024

  • Update django model to support naming in convention in TrackingSheet
  • Add scheduled event to sync daily in PROD
  • Loaded current metadata from tracking sheet to dev Db

Resolves #359

@williamputraintan williamputraintan self-assigned this Jun 19, 2024
@victorskl
Copy link
Member

.. I will review first thing tomorrow

@@ -25,7 +25,7 @@ class Phenotype(models.TextChoices):


class Quality(models.TextChoices):
VERY_POOR = 'very-poor'
VERY_POOR = 'very-poor', 'VeryPoor'
Copy link
Member

Choose a reason for hiding this comment

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

We should fix those inconsistencies in the source.....
I'll make a note... somewhere...

@williamputraintan williamputraintan merged commit 31e0514 into main Jun 21, 2024
5 checks passed
@williamputraintan williamputraintan deleted the feature(metadata-manager)/scheduled-gsheet-sync branch June 21, 2024 03:13
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.

Scheduled Sync Tracking Sheet to Metadata Manager
3 participants