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

Improvements & Content updates #1771

Merged
merged 3 commits into from
Jan 15, 2025
Merged

Improvements & Content updates #1771

merged 3 commits into from
Jan 15, 2025

Conversation

JackScanlon
Copy link
Collaborator

@JackScanlon JackScanlon commented Jan 14, 2025

  • Ontology performance
  • Template & validation improvements
  • BHF DCS content updates

@JackScanlon JackScanlon self-assigned this Jan 14, 2025
@JackScanlon JackScanlon changed the base branch from master to Development January 14, 2025 19:37
Copy link

github-actions bot commented Jan 14, 2025

File Coverage
All files 44%
manage.py 0%
clinicalcode/admin.py 67%
clinicalcode/clinicalcode.py 0%
clinicalcode/tasks.py 39%
clinicalcode/test_permissions.py 85%
clinicalcode/api/serializers.py 0%
clinicalcode/api/urls.py 81%
clinicalcode/api/views/Collection.py 56%
clinicalcode/api/views/Concept.py 21%
clinicalcode/api/views/DataSource.py 41%
clinicalcode/api/views/GenericEntity.py 23%
clinicalcode/api/views/Healthcheck.py 48%
clinicalcode/api/views/Ontology.py 23%
clinicalcode/api/views/Tag.py 56%
clinicalcode/api/views/Template.py 76%
clinicalcode/api/views/View.py 24%
clinicalcode/context_processors/app.py 0%
clinicalcode/entity_utils/api_utils.py 39%
clinicalcode/entity_utils/concept_utils.py 12%
clinicalcode/entity_utils/constants.py 96%
clinicalcode/entity_utils/create_utils.py 22%
clinicalcode/entity_utils/data_utils.py 0%
clinicalcode/entity_utils/email_utils.py 36%
clinicalcode/entity_utils/entity_db_utils.py 14%
clinicalcode/entity_utils/filter_utils.py 36%
clinicalcode/entity_utils/gen_utils.py 21%
clinicalcode/entity_utils/model_utils.py 36%
clinicalcode/entity_utils/permission_utils.py 49%
clinicalcode/entity_utils/publish_utils.py 60%
clinicalcode/entity_utils/sanitise_utils.py 27%
clinicalcode/entity_utils/search_utils.py 22%
clinicalcode/entity_utils/stats_utils.py 10%
clinicalcode/entity_utils/template_utils.py 35%
clinicalcode/entity_utils/markdown/strikethrough.py 0%
clinicalcode/entity_utils/markdown/utils.py 19%
clinicalcode/forms/ArchiveForm.py 42%
clinicalcode/forms/ContactUsForm.py 62%
clinicalcode/forms/EntityClassForm.py 62%
clinicalcode/forms/TemplateForm.py 47%
clinicalcode/generators/graphs/constants.py 0%
clinicalcode/generators/graphs/generator.py 0%
clinicalcode/generators/graphs/utils.py 0%
clinicalcode/management/commands/clear_sessions.py 0%
clinicalcode/management/commands/constants.py 0%
clinicalcode/management/commands/dag_tasks.py 0%
clinicalcode/management/commands/dftm_migrate.py 0%
clinicalcode/management/commands/pheno_labels.py 0%
clinicalcode/middleware/brands.py 59%
clinicalcode/middleware/compression.py 84%
clinicalcode/middleware/sessions.py 87%
clinicalcode/models/Brand.py 96%
clinicalcode/models/Code.py 87%
clinicalcode/models/CodeList.py 90%
clinicalcode/models/CodingSystem.py 91%
clinicalcode/models/CodingSystemFilter.py 95%
clinicalcode/models/Component.py 97%
clinicalcode/models/Concept.py 90%
clinicalcode/models/ConceptCodeAttribute.py 94%
clinicalcode/models/ConceptReviewStatus.py 94%
clinicalcode/models/DataSource.py 93%
clinicalcode/models/GenericEntity.py 82%
clinicalcode/models/OntologyTag.py 22%
clinicalcode/models/Operator.py 80%
clinicalcode/models/Phenotype.py 80%
clinicalcode/models/PhenotypeWorkingset.py 72%
clinicalcode/models/Statistics.py 93%
clinicalcode/models/Tag.py 96%
clinicalcode/models/Template.py 83%
clinicalcode/models/WorkingSet.py 81%
clinicalcode/storage/files_manifest.py 0%
clinicalcode/templatetags/breadcrumbs.py 18%
clinicalcode/templatetags/cards_dropdown_render.py 38%
clinicalcode/templatetags/cl_extras.py 60%
clinicalcode/templatetags/detail_pg_renderer.py 64%
clinicalcode/templatetags/entity_publish_renderer.py 39%
clinicalcode/templatetags/entity_renderer.py 44%
clinicalcode/templatetags/svg.py 50%
clinicalcode/tests/conftest.py 98%
clinicalcode/tests/functional_tests/test_collection_components.py 84%
clinicalcode/tests/functional_tests/test_detail_components.py 83%
clinicalcode/tests/functional_tests/test_moderation_components.py 91%
clinicalcode/tests/functional_tests/test_search_filters.py 95%
clinicalcode/tests/functional_tests/test_template_versions.py 59%
clinicalcode/tests/unit_tests/test_publishing.py 93%
clinicalcode/views/Admin.py 25%
clinicalcode/views/Decline.py 43%
clinicalcode/views/DocumentationViewer.py 50%
clinicalcode/views/GenericEntity.py 33%
clinicalcode/views/Moderation.py 93%
clinicalcode/views/Profile.py 49%
clinicalcode/views/Publish.py 43%
clinicalcode/views/View.py 27%
clinicalcode/views/adminTemp.py 13%
clinicalcode/views/site.py 27%
clinicalcode/views/tests/test_views.py 0%
cll/celery.py 92%
cll/read_only_test_settings.py 0%
cll/settings.py 88%
cll/tasks.py 0%
cll/test_settings.py 95%
cll/urls.py 96%
cll/urls_brand.py 0%
cll/wsgi.py 0%

Minimum allowed coverage is 25%

Generated by 🐒 cobertura-action against 540047f

@JackScanlon JackScanlon changed the title feat: ontology & template improvements Improvements & Content updates Jan 15, 2025
@JackScanlon JackScanlon added Documentation Improvements or additions to documentation Frontend To be considered in design, or relates to frontend development Backend To be considered in or relates to backend development Development Issues that relate to development tasks outside of normal workflow, e.g. deployment or clean up labels Jan 15, 2025
@JackScanlon JackScanlon merged commit 2c4e168 into Development Jan 15, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend To be considered in or relates to backend development Development Issues that relate to development tasks outside of normal workflow, e.g. deployment or clean up Documentation Improvements or additions to documentation Frontend To be considered in design, or relates to frontend development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant