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

Extend database refactoring (models.py) across the entire project. #189

Open
6 of 25 tasks
Daniel-VM opened this issue Jan 28, 2025 · 0 comments
Open
6 of 25 tasks
Assignees

Comments

@Daniel-VM
Copy link
Member

Daniel-VM commented Jan 28, 2025

Following the refactoring of models (#181 ), the changes need to be propagated throughout the rest of the project to avoid related errors.

CORE - API

  • core/api/views.py
  • core/api/utils/metadata_values.py
  • core/api/utils/common_functions.py
  • core/api/utils/metadata_values.py
  • core/api/utils/public_db.py
  • core/api/utils/samples.py
  • core/api/utils/variants.py

CORE

  • core/utils/samples.py
  • core/utils/schema.py
  • core/utils/annotation.py
  • core/utils/bioinfo_analysis.py
  • core/utils/generic_functions.py
  • core/utils/labs.py
  • core/utils/lineage.py
  • core/utils/metadata_json.py
  • core/utils/metadata.py
  • core/utils/plotly_dash_graphics.py
  • core/utils/plotly_graphics.py
  • core/utils/public_db.py
  • core/utils/rest_api.py
  • core/utils/samples_graphics.py
  • core/utils/samples_map.py
  • core/utils/samples.py
  • core/utils/schema.py
  • core/utils/variants.py

⚠ We have to prioritize functions that add content to the database instead of retrieving it.

@Daniel-VM Daniel-VM self-assigned this Jan 28, 2025
@Daniel-VM Daniel-VM mentioned this issue Feb 6, 2025
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

No branches or pull requests

1 participant