HeartfulnessInstitute / event-summary-bot

Default Fulfillment code in Dialogflow's Inline Editor
Apache License 2.0
1 stars 0 forks source link

Support photo uploads #11

Open saibaggins opened 5 years ago

saibaggins commented 5 years ago

Need to allow upload of photos related to the event.

Need to think this through:

saibaggins commented 5 years ago

I looked into this a bit and am not sure if there's an elegant way to have users just add photos to their telegram/whatsapp sessions, and pull those images into our storage and store. Maybe you guys can also check.

Another alternative, is to build a simple web photo upload form, and we pass that link in the response and folks click on it and upload photos. We could pass the event information that we have gathered into that upload URL, we put the uploaded photos in firebase storage and tag them with the event info.

Thoughts?

karthikmuralidharan commented 5 years ago

I can take this up @saibaggins