-
Notifications
You must be signed in to change notification settings - Fork 3
Import police data for EVAW hub #702
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
Draft
struan
wants to merge
25
commits into
700-safeguarding-data
Choose a base branch
from
680-vawg-crime-data-import
base: 700-safeguarding-data
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e28a175
update django to 4.2.26
struan 83c8d04
config to import council safeguarding data
struan 2c0afb6
drop any empty cols before converting to int
struan f14a8d1
allow for integer ranges on area page
struan 44f964c
don't display % sign for non percentage ranges
struan 174a430
fix charts to not auto add %age etc
struan 7915b40
migration to change overlaps related names
struan 557ab72
add is_time_series property to DataSet
struan d0d5eea
add setting time_series property to import_from_config
struan e1816fc
display time series graphs on area page
struan 16e0330
add in female specific safeguarding data
struan ec80571
handlge multiple area types in import from config
struan 451ab1a
handle time series data on explore page
struan 667bc08
only convert policing data using STC councils
struan dee2b4f
allow filtering on column values when importing from conf
struan ae1dd42
standardise policing areas to use & and not and in names
struan d18472c
do not fail on importing policing areas if name data missing
struan e37c470
import conf and generator for evaw policing data
struan cc70e02
fixup! display time series graphs on area page
struan 09c013d
Improve school safeguarding dataset labels
zarino 35ade83
Improve wording and rounding for Council of Europe recommendations
zarino 6164099
Show only current Site’s datasets on Data Sources page
zarino 6c2b4f8
Add fake “datasets” to Area page, for EVAW demo
zarino bee47fa
Make PCC datasets shadeable on Explore map
zarino cdf0761
add party colours to PCC import result
struan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 minor thing, but I think this will cause an issue in the Area and Sources templates, where they expect the dataset’s source url to be a single URL which can be put inside the
hrefattribute of a single link. If we want datasets with multiple sources (good idea!) we will need to update the template and/or view to handle that.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.
oh, yes, yes it will. I will leave it as now and then we can sort it out later, if that's ok?
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.
Yep! Can you ticket up, so we don’t forget?
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.
ticket at #705