-
# Create A Challenge
## Title
Report a Food Problem Open Standard
## Category
- [X] Data
- [ ] Document
- [ ] Technical
- [ ] Other Suggestions
## Challenge Owner
Adam Locker, Data Arch…
-
I'm wondering, if there are any plans to add support to the [Open311](http://www.open311.org/) protocol? This is an general standard for civic participation and city issue reporting and currently the …
-
I have set up a local test environment via the docker-compose instruction. The environment holds 2 jurisdictions:
* nyc.gov
* eindhoven.nl
I have defined one test service and assigned it to nyc.g…
-
Currently, the app will try to upload media as base64 string. This is however only valid for our own custom open311 nodejs server and not according to the open311 GeoReport v2 specification.
We nee…
-
[via @peterwtux](https://github.com/open311/open311.github.io/pull/60#issuecomment-239206433):
I think the "status" field should only allow values "open" or "closed" from the GeoReport v2 spec so that…
-
The MapQuest Direct Tiles API is discontinued causing the map on the issue reporting pages to show up borked.
![screenshot from 2016-07-20 09-47-14](https://cloud.githubusercontent.com/assets/106038/…
-
GeoReport v2 specification says, that POST requests.json should return an array containing newly created object.
http://wiki.open311.org/GeoReport_v2/#post-service-request
```
[
{
"service_requ…
-
POST Service Request should require API Key, as GeoReport v2 specification says. Simple API Key management could be in Django admin.
http://wiki.open311.org/GeoReport_v2/#post-service-request
-
GeoReportv2 pull was reimplemented in https://github.com/6aika/issue-reporting/commit/9232a1af1f38ea2e06d5b26fb20005d26450dcaf as a manual component.
_Do we need to implement push (i.e. syncing to re…
-
Add a geometry extension; to be specified more closely by @aapris.
- The centroid of the arbitrary geometry will become the `Issue`'s `location`.
- #37 (or other GIS queries) need not interact with th…