-
Notifications
You must be signed in to change notification settings - Fork 6
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
refact!: define a "scopeable model" base class + modelviewset scoping #536
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #536 +/- ##
===========================================
+ Coverage 92.04% 92.73% +0.68%
===========================================
Files 115 117 +2
Lines 4237 4388 +151
Branches 376 383 +7
===========================================
+ Hits 3900 4069 +169
+ Misses 249 228 -21
- Partials 88 91 +3 ☔ View full report in Codecov by Sentry. |
…odel-base-class # Conflicts: # chord_metadata_service/phenopackets/api_views.py
…odel-base-class # Conflicts: # chord_metadata_service/chord/tests/test_api.py # chord_metadata_service/discovery/api_views.py # chord_metadata_service/discovery/utils.py # chord_metadata_service/experiments/api_views.py # chord_metadata_service/phenopackets/api_views.py
test: add more tests / fix test issues
@v-rocheleau this is still WIP, but I would like to know your thoughts on the general approach/abstractions chosen |
…odel-base-class # Conflicts: # chord_metadata_service/phenopackets/api_views.py # chord_metadata_service/phenopackets/tests/test_api.py # chord_metadata_service/restapi/api_renderers.py # chord_metadata_service/restapi/tests/test_fhir.py
is this not possible?
|
should be - i'll double check... |
No description provided.