Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document audio extension #61

Open
kvlahromei opened this issue Feb 8, 2017 · 2 comments
Open

Document audio extension #61

kvlahromei opened this issue Feb 8, 2017 · 2 comments

Comments

@kvlahromei
Copy link
Contributor

As the old GeoReporter App doesn't support multimedia-content, it would be nice to point server operators to the Open311 extension to add audio-support. Is it based on CitySDK upload?

@milovanderlinden
Copy link
Contributor

Caught me there! The audio extension is undocumented. At first we had a multipart/form-data upload. But then we noticed that most open311 services want a single string as media_url. So now we require an upload service that doesn't necessarily has to be part of the open311 infrastructure to give us url's. These url's are then put in media_url and media(array) which are currently parsed in different ways by our open311-api. Needs to be discussed on the open311 forum.

Until then, we will introduce variation in the type of open311 backend being used. If a backend supports media_url only, the audio-support will be hidden. And from there, we can set up different variations.

So the first step would be; hide audio on legacy endpoints.

@milovanderlinden
Copy link
Contributor

Any help on making this possible would be highly appreciated. The way "media" is implemented under the hood is that it would be possible in theory to send multiple images, audio-files, pdf's, video and so on. In theory, because at the moment, the UI doesn't facilitate in this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants