-
Notifications
You must be signed in to change notification settings - Fork 2
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
import local council data #507
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 487-display-local-councils #507 +/- ##
==============================================================
- Coverage 82.41% 80.39% -2.02%
==============================================================
Files 104 106 +2
Lines 3457 3565 +108
Branches 353 370 +17
==============================================================
+ Hits 2849 2866 +17
- Misses 519 605 +86
- Partials 89 94 +5 ☔ View full report in Codecov by Sentry. |
2201f0f
to
cbbf3ab
Compare
e45bb88
to
834888a
Compare
d8f050a
to
5fe3a22
Compare
332b429
to
2df9883
Compare
0d146c4
to
165bd4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok, feature-wise. Just some wording changes.
hub/management/commands/import_council_emergency_declaration.py
Outdated
Show resolved
Hide resolved
hub/management/commands/import_council_emergency_declaration.py
Outdated
Show resolved
Hide resolved
2d8284f
to
b26c1f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot’s changed in here! But with those wording changes all made, I think everything else now looks good to me 👍
a5ea6d8
to
7a1e49b
Compare
751e3a6
to
25002b6
Compare
total emissions for council emissions cluster
filters councils based on the area type to avoid many missing councils messages
Also tidies up some of the formatting of averages for integer categories and enables integers to be dates (mostly for years) that do not get commas in them.
Include a link to the declaration if we have it and details on the scope of the declaration.
use a lookup for the cons column if present
25002b6
to
28f3abf
Compare
move range display into include allow a range related dataset for datasets
Fixes #204