Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Combine and improve fetch-comments/reports scripts | Matthew Somerville | 2020-04-02 | -23/+4 |
| | | | | | Make them take start/end hour arguments, cope if only one given, optional body, and combine them together in one `fetch` script. | |||
* | Default to last two hours in GetServiceRequests | Dave Arter | 2018-04-04 | -3/+3 |
| | | | | Also adds script for fetching the last 24hrs of reports | |||
* | fetch new problems over open311 | Struan Donald | 2018-03-15 | -0/+25 |
This enables the display of existing reports from the back end on FMS if the body is configured to do this. Reports will not be created if they are missing an id, a lat or a long, if the lat/long is outside the area covered by the body, if there is already a report with a matching id, or if we can't parse out the request time. |