-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add attachment via SMS #95
Comments
Oh, I missed PR #93, which updates the install file and sample data with information for this feature. That has the commits I pointed to in the previous comment. See that PR for how to set up and test a local version of this. @arieldiamond, I think you had written some sample code to handle incoming MMS? Is that right? Care to push that to the existing PR or create a new one that references #93? |
Ideally it would be nice to be able to classify the attachment at a permission level for dispatcher or open. i.e. if the MMS is a picture of a case file then the viewer should have permissions that a client caseworker would have to see the "clients" tab. |
Hi Cecelia, I haven't had a chance to push up any changes/summaries yet, On Sunday, April 10, 2016, Jason Winget [email protected] wrote:
............................. |
@arieldiamond thanks, that would be great! Just tag me in the commit message(s) and/or PR when you make them. @jasonwinget that's a great idea. I think we'll probably go with "get attachments from SMS working" first and then move on to adding specific permissions. The responders would need to be trained in what images should have which permissions, too. |
Okay, I am going through my changes, and most of them are more helpful This is where the primary edit needs to happen: Also, in lib/incidents/sms_client.rb I think you might know about this, but in lib/vc/client.rb, there is a I believe that is it! Let me know if you need anything else :) Ariel On Mon, Apr 11, 2016 at 12:14 PM, Cecilia Donnelly <[email protected]
Ariel K. Diamond |
@arieldiamond I see the PR, thank you! I'll probably make a new branch off dev-setup and merge your work there. Thanks too for catching the We do have a working Heroku instance, is that right? (cc: @lorenanicole). I could perhaps use that to test incoming text messages? |
At the ChiLadiesHack event, a group including @lorenanicole, @uchennafokoye, @hectron, @arieldiamond and others (please tag those I missed) worked on the following feature:
Currently, to add attachments (like pictures) to an incident in DCSOps, a responder needs to send the files to a dispatcher, who downloads them and re-uploads them into the system. Since DCSOps can already handle some text messaging via Twilio, the goal is to allow responders to send MMS messages back to the system and add the images from those messages as attachments on the incident.
Some work was done at the hackathon on this enhancement. @uchennafokoye, @arieldiamond, what's the status of that work? What needs to be done in order to turn it into a pull request?
The text was updated successfully, but these errors were encountered: