Fix new complaint updater #9
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Good hacktoberfest issues
The new complaint updater currently follows the "OPA Complaint Tracker" dataset but because the dataset is only updated once a day it seems like some complaints might get lost. A more reliable way to track new complaints would be to use the "Office of Police Accountability Complaints" dataset that the ClosedInvestigationUpdater uses and sort by
received_date
descendinghttps://github.com/OrcaCollective/spd-data-watch/blob/main/app/updater.py#L134-L173
The text was updated successfully, but these errors were encountered: