open311 / open311.github.io

Open311 Specs and Wiki
http://wiki.open311.org
32 stars 41 forks source link

extending service request #66

Open milovanderlinden opened 7 years ago

milovanderlinden commented 7 years ago

We are implementing an extension for the API where reports can have various "media", not only images. We use a mixture of (backward compatible) options:

Now this is a hidden extra that does not conflict with "normal" backends. But we are currently at the point where we need an extension.

For some services, like geluidsoverlast (noise disturbance) we want the calling application to know that it is not allowed to upload images, only sound. For this we want to enhance the serviceslist.

For some services, we even want the calling application to know that NO media is allowed to be posted.

Are there any implementations (in the wild) that are already using this kind of functionallity? Or are we free to design our own?