by Farha Kareem

通过法哈·卡里姆(Farha Kareem)

我如何建立热线电话喀拉拉邦并为抗洪救灾做出了贡献 (How I built Helpline Kerala and contributed to flood relief)

In August 2018, severe flooding affected the south Indian state of Kerala due to unusually high rainfall during monsoon season. They were the worst floods in nearly a century. All 14 districts were placed on red alert.

2018年8月,由于季风季节降雨异常多,严重的洪灾影响了印度南部喀拉拉邦。 他们是近一个世纪以来最严重的洪水。 所有14个地区都处于红色预警状态。

I had always wanted to develop an action on Google, so I went to the website and checked out the codelabs created by ActionsOnGoogle. I learned about the codelabs from Mandy Chan and the Systers online workshop.

我一直想在Google上开发一个动作,所以我去了网站并检查了ActionsOnGoogle创建的代码实验室 。 我从Mandy Chan和Systers在线研讨会中学到了代码实验室 。

They conducted 2 workshops — you can listen to them here and here.

他们举办了2个工作坊-您可以在这里和这里听他们讲。

Both of these online workshops were curated and taught by Mandy Chan.

这两个在线研讨会都是由Mandy Chan策划和教授的。

I learned most of the basics from these resources, and they helped me build my action. I would recommend codelabs to everyone who wants to learn how to build one, too.

我从这些资源中学到了大多数基础知识,它们帮助我制定了行动。 我也会向所有想学习如何构建代码实验室的人推荐代码实验室。

I happened to be living in Aluva during the time of the floods. You can read my previous story to know how the floods affected me.

我正好在洪水时期住在阿卢瓦。 您可以阅读我以前的故事,以了解洪水如何影响了我。

I had this idea of making an action which could serve as a link to the website keralarescue.in. I discussed the idea with a couple of my friends and we thought about the different issues like language, the number of people who would be using google assistant, and their likely panicked state. These issues kept me away from going further with the plan.

我有这样一个想法,可以做一个动作来链接到keralarescue.in网站。 我与几个朋友讨论了这个想法,我们考虑了各种不同的问题,例如语言,使用Google Assistant的人数以及他们可能出现的恐慌状态。 这些问题使我无法继续执行该计划。

Later, I joined a Whats App group called Ernakulam relief camps. It was intended to help volunteers at various relief camps sort out excess or under-met needs at different camps in the Ernakulam district.

后来,我加入了名为Ernakulam救济营的Whats App小组 目的是帮助各个救济营地的志愿者解决Ernakulam地区不同营地的过剩或未满足需求。

This group was later flooded with a lot of messages each day asking for help and sharing helpline numbers, both valid and invalid. At first, I took up the job to sort between valid and invalid messages in a Google sheet with the help of my 12-year-old cousin Adil AbdulKhader.

后来,该小组每天都充斥着大量消息,要求帮助和共享有效和无效的热线电话号码。 起初,我在12岁的堂兄Adil AbdulKhader的帮助下完成了在Google工作表中对有效消息和无效消息之间进行排序的工作。

But all these efforts went in vain. Then I decided to circulate a google form, but nothing seemed to work.

但是所有这些努力都是徒劳的。 然后,我决定分发Google表单,但似乎没有任何效果。

I had told my friend Joel Vilanilam Zachariah about my interest in developing an action. He messaged me telling me that it would be the perfect time to deploy my idea.

我已经告诉我的朋友乔尔·维拉尼拉姆·扎卡里亚 ( Joel Vilanilam Zachariah)我有兴趣采取行动。 他告诉我,这将是部署我的想法的最佳时机。

I decided then to take up the project seriously. Since I knew how difficult it was to get valid helpline numbers, I decided my action would be based on that. That’s how helpline Kerala took off!

然后,我决定认真承担这个项目。 由于我知道获取有效的求助热线电话号码有多困难,因此我决定基于此进行操作。 这就是热线电话喀拉拉邦起飞的方式!

I started collecting valid numbers of suppliers of different resources and then decided to put them up on my app. I built the app with my basic knowledge. Adil AbdulKhader helped me with the images necessary to deploy the app. With a little guidance from my friend Adarsh Menon, we got it deployed.

我开始收集有效数量的不同资源的供应商,然后决定将它们放在我的应用程序中。 我用我的基本知识构建了该应用程序。 Adil AbdulKhader帮助我提供了部署应用程序所需的图像。 在我的朋友Adarsh Menon的一点指导下,我们进行了部署。

My app was centered around two parts: Donations and Ask for help. So for the donation part, I asked Mandy Chan if there was an option for developers to ask for payments for donations. She told me that it was currently not supported and that she would share the idea with the team.

我的应用程序主要围绕两个部分:捐赠和寻求帮助。 因此,对于捐赠部分,我问陈慧琳(Mandy Chan),是否可以让开发商选择支付捐赠款项。 她告诉我,目前尚不支持该功能,她将与团队分享此想法。

I got an email with a detailed explanation of why my app got rejected:

我收到一封电子邮件,其中详细说明了我的应用为何被拒绝的原因:

  • The privacy policy URL was incorrect.隐私权政策网址不正确。
  • My app left the mic open at times unnecessarily.我的应用有时会不必要地打开麦克风。

This was great motivation to do better. I connected on twitter with Wassim Chegham, who is the GDE for actions on Google, and asked him for help. He told me to add him as a collaborator so he could check out my work. He soon discovered what my issue was:

这是做得更好的巨大动力。 我在Twitter上与Wassim Chegham进行了联系 ,后者是Google采取行动的GDE,并向他寻求帮助。 他告诉我将他添加为合作者,这样他就可以检查我的工作。 他很快发现我的问题是:

  • When sys.any is used, you can replace it with any word.使用sys.any时,可以用任何单词替换它。
  • Follow up intents should be avoided because it would make it more complicated for my use case.应该避免跟进意图,因为这会使我的用例变得更加复杂。

He also provided me with a sample privacy policy from his app. With proper guidance I was able to develop my action, and then deploy it as well.

他还向我提供了他的应用中的示例隐私权政策。 在适当的指导下,我能够制定自己的行动,然后再进行部署。

The next day, I got an email saying that my app was approved!

第二天,我收到一封电子邮件,说我的应用程序已获批准!

Here is a demo of my action — please feel free to check it out :)

这是我的动作演示-请随时查看:)

Also, you can check it out on Google Assistant by asking to “Talk to Helpline Kerala.” I have provided the link here.

另外,您也可以在Google Assistant上通过询问“ 与Helpline Kerala交谈”来进行检查 我在这里提供了链接

This was definitely a wonderful experience!

这绝对是一次美妙的体验!

翻译自: https://www.freecodecamp.org/news/helpline-kerala-aog-my-contribution-to-flood-relief-kerala-4b2d55b42b8f/

我如何建立热线电话喀拉拉邦并为抗洪救灾做出了贡献相关推荐

  1. 上海市水电煤热线电话一览

    市给水管理处给水热线:65090015 自来水市北有限公司热线电话:55151515 自来水市南有限公司小郭热线:62581414 自来水浦东有限公司热线电话:58887474 自来水闵行有限公司热线 ...

  2. 上海市新闻热线电话一览

    如果您发现有什么新闻值得在大众传播媒介上予以宣传或披露,请拨达以下新闻热线电话: <新民晚报> 社会新闻提供热线 63889999 夜间值班热线 62791234 62475195 < ...

  3. 微信24小时客服热线电话/如何转到人工服务办理

    这个时候,我们就可以拨打微信服务电话到人工客服咨询中心,让人工客服为我们解决我们需要解决的问题和我们想要知道的信息电话接通后,按照微信人工服务的提示指示去做,这样我们就可以24小时打通微信人工服务热线 ...

  4. 更新误删文件:微软公布热线电话;部分 Minecraft Java 代码开源

    (点击上方蓝字,快速关注我们) 转自:开源中国.solidot.cnBeta.腾讯科技等 0.Win10 十月更新误删用户文件:微软公布自查方法和解决对策 由于一系列质量问题,微软昨天(10 月 6 ...

  5. 安卓通讯录管理软件_安卓系统50个你不知道的使用窍门!每个都值得你去收藏!...

    今天给大家介绍下安卓系统的安卓手机的使用技巧方法,以时下最为普遍最主流的Android 2.3系统为例,不过大部分使用技巧在其他版本的安卓系统上同样适用. 1.使用Android电源管理widget从 ...

  6. 安卓通讯录管理软件_细说|安卓系统50个你不知道的使用窍门!每个都值得你去收藏!...

    世界那么大,谢谢你来看我!! 今天给大家介绍下安卓系统的安卓手机的使用技巧方法,以时下最为普遍最主流的Android 2.3系统为例,不过大部分使用技巧在其他版本的安卓系统上同样适用. 1.使用And ...

  7. 教你玩转安卓Android手机50招秘籍

    虽然Android操作系统的用户界面和交互经过两年的发展已经非常人性化,但是有些操作和使用还是让很多刚接触的菜鸟用户感到复杂和困惑.我们整理出Android系统的50大必备秘籍供用户参考,适合各种阶段 ...

  8. Android系统的50大必备秘籍(仅限初级用户)

    虽然Android 操作系统的用户界面和交互经过两年的发展已经非常人性化,但是有些操作和使用还是让很多刚接触的菜鸟用户感到复杂和困惑.我们整理出Android系统的50大必备秘籍供用户参考,适合各种阶 ...

  9. Android之50个你不知道的使用窍门

    今天给大家分享下安卓系统的安卓手机的使用技巧方法,以时下最为普遍最主流的Android 2.3系统为例,不过大部分使用技巧在其他版本的安卓系统上同样适用. 1.使用Android电源管理widget从 ...

最新文章

  1. CoordinatorLayout 的jar包位置
  2. python3 sys.stdin.readline input 区别
  3. Numpy基础学习与总结
  4. 使用jQuery设置disabled属性与移除disabled属性
  5. Packer创建阿里云本地镜像
  6. 我的WCF之旅(4):WCF中的序列化[下篇]
  7. 动态规划——方格取数(hdu1565)
  8. centos7源码安装ntp_如何安装和配置 Chrony 作为 NTP 客户端?
  9. 新建jsp报错“The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path”...
  10. mysql控制文件位置_重建控制文件
  11. Receive 163 mails
  12. 研究手机直播流媒体框架
  13. 计算机连接网络是飞行模式怎么办,电脑网络设置只剩飞行模式怎么办?
  14. 一篇文章让你学会JWT令牌认证
  15. QUIC传输协议设计
  16. 论文阅读——MobileNetV2: Inverted Residuals and Linear Bottlenecks
  17. mysql 1033_mysql报错1033 Incorrect information in file: ‘xxx.frm’问题的解决方法
  18. 鸿蒙开发板和STM32有啥区别,让arduino 把你的无用的stm32板子玩起来 之一
  19. IDE中使用package打包出现java.lang.TypeNotPresentException: Type org.springframework.boot.maven.RepackageMoj
  20. add_months()函数介绍

热门文章

  1. 干货 实例 | 数字化时代的传统行业转型升级
  2. 读书、学习、工作和生活中收集的20条经典语录:1-20
  3. 荣耀30青春版怎么样?到手后远超预期!
  4. 计算机文件大小排序工具,如何对电脑文件夹进行排序
  5. 【经典算法实现 44】理解二维FFT快速傅里叶变换 及 IFFT快速傅里叶逆变换(迭代法 和 递归法)
  6. 故宫元宵节首开夜场,票务系统HTTPS加密护航 1
  7. (热更新相关)CocoaChina 2013春季开发者大会:《大掌门》欧阳刘彬--基于Cocos2d-x引擎开发经验分享
  8. 励志故事:拥有一颗热忱之心
  9. bigemap中下载边界_BIGEMAP地图下载软件-BIGEMAP地图下载器下载v19.2.0.0-西西软件下载...
  10. 自适应与响应式的区别?