Results 54 issues of Chris Mytton

This pull request contains the code changes required to start sending reports to parishes. It's composed of the following (previously reviewed) pull requests: - https://github.com/mysociety/fixmystreet/pull/3807 - https://github.com/mysociety/fixmystreet/pull/3826 - https://github.com/mysociety/fixmystreet/pull/3831 -...

Adds category restrictions to roles, which should work in the same way as category restrictions for users. This includes adding an admin interface for assigning categories to roles, as well...

There were various updates done on the `societyworks-demo-cobrand` branch that aren't on `master` and haven't been through PR review. I've rebased that branch onto `master` and got the waste interface...

This code was originally written back in March but was accidentally overlooked when it came to putting the changes live. Opening this pull request so we don't forget to complete...

When a report is made anonymously the user clicks the button with `name="report_anonymously"`, which means that the code which sets the service (see below) doesn't work. https://github.com/mysociety/fixmystreet/blob/f791f8dfdd01625bc33f7eac9c142841eb6c2fac/perllib/FixMyStreet/App/Controller/Report/New.pm#L1099-L1106 The fix, as...

User has contacted user support asking if we could email updates to councils. I've found the somewhat related https://github.com/mysociety/fixmystreet/issues/897, which is about an option to re-open reports as part of...

Feature

I arrived at this repository via the [Ruby 3.0.0 Preview 1 Released](https://www.ruby-lang.org/en/news/2020/09/25/ruby-3-0-0-preview1-released/) blog post. The README didn't immediately make it clear to me how this might be integrated into a...

As things currently are, if the [official site](http://www.nass.gov.ng/) hasn't been updated, which it often hasn't, then we have to add workarounds either in the scraper or in manual files in...

Lincolnshire have requested that reports pulled in via Open311's GetServiceRequests are created using the user information stored in their backend system. This is so that the reports created in FixMyStreet...

This means that configuring whether reopening is disallowed can be done in config, instead of each cobrand having similar code. Also should fix Thamesmead, which was still allowing reports to...