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

Okrs24 115 add new fields to the signals app #98

Draft
wants to merge 6 commits into
base: development
Choose a base branch
from

Conversation

BrainIsDead
Copy link
Collaborator

@BrainIsDead BrainIsDead commented Apr 11, 2024

๐Ÿ› ๏ธ models.py -> Added choices for demographic disaggregation
๐Ÿ› ๏ธ models.py -> Added models for geographic and demographic scope.
๐Ÿ› ๏ธ models.py -> Added fields for reporting cadence, demographic scope, demographic disaggregation, data censoring, missingness, organisations access list, and organisations sharing list.
๐Ÿ› ๏ธ tasks.py -> Added error handling for HTTP response in get_covidcast_meta function
๐Ÿ› ๏ธ admin.py -> Added models for DemographicScope and DemographicScopeAdmin in admin.py
๐Ÿ› ๏ธ src/fixtures/demographic_scopes.json -> Added created and modified fields for each scope
๐ŸŸข src/signals/migrations/0007_demographicscope_geographicscope_and_more.py
๐Ÿ› ๏ธ models.py -> Added return type annotations to example_url and has_all_demographic_scopes methods.
๐Ÿ› ๏ธ resources.py -> Modified SignalResource with additional fields like format_type, reporting_cadence, demographic_scope, severenity_pyramid_rungs, data_censoring, missingness, gender_breakdown, race_breakdown, and age_breakdown.
๐Ÿ› ๏ธ resources.py -> Updated SignalResource with processing demographic scope in the pre-process method.

๐Ÿ› ๏ธ models.py -> Added models for geographic and demographic scope.
๐Ÿ› ๏ธ models.py -> Added models for organisations access and sharing.
๐Ÿ› ๏ธ models.py -> Added fields for reporting cadence, demographic scope, demographic disaggregation, data censoring, missingness, organisations access list, and organisations sharing list.
๐Ÿ› ๏ธ tasks.py -> Added error handling for HTTP response in get_covidcast_meta function.
@BrainIsDead BrainIsDead self-assigned this Apr 26, 2024
โ€ฆ fields for each scope

๐ŸŸข src/signals/migrations/0007_demographicscope_geographicscope_and_more.py
๐Ÿ”ด src/signals/models.py
๐Ÿ› ๏ธ models.py -> Added return type annotations to example_url and has_all_demographic_scopes methods.
๐Ÿ› ๏ธ resources.py -> Modified SignalResource with additional fields like format_type, reporting_cadence, demographic_scope, severenity_pyramid_rungs, data_censoring, missingness, gender_breakdown, race_breakdown, and age_breakdown.
๐Ÿ› ๏ธ resources.py -> Updated SignalResource with processing demographic scope in the pre-process method.
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

1 participant