<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: TeamWicket</title>
    <description>The latest articles on Forem by TeamWicket (@teamwicket).</description>
    <link>https://forem.com/teamwicket</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F375580%2F992e121b-f6d6-4889-92ed-c598dc7b0755.jpeg</url>
      <title>Forem: TeamWicket</title>
      <link>https://forem.com/teamwicket</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/teamwicket"/>
    <language>en</language>
    <item>
      <title>BCP Calltree (Twilio)</title>
      <dc:creator>TeamWicket</dc:creator>
      <pubDate>Thu, 30 Apr 2020 15:27:24 +0000</pubDate>
      <link>https://forem.com/teamwicket/bcp-calltree-twilio-42m9</link>
      <guid>https://forem.com/teamwicket/bcp-calltree-twilio-42m9</guid>
      <description>&lt;p&gt;Final day!&lt;br&gt;
Polishing the app and ready for the submission&lt;/p&gt;

</description>
      <category>twiliohackathon</category>
    </item>
    <item>
      <title>BCP Calltree - Twilio SMS Api</title>
      <dc:creator>TeamWicket</dc:creator>
      <pubDate>Tue, 28 Apr 2020 20:07:44 +0000</pubDate>
      <link>https://forem.com/teamwicket/bcp-calltree-twilio-sms-api-1njj</link>
      <guid>https://forem.com/teamwicket/bcp-calltree-twilio-sms-api-1njj</guid>
      <description>&lt;p&gt;Creating useful app for businesses!&lt;br&gt;
Having fun coding!&lt;br&gt;
But more important... learning new things!&lt;br&gt;
... And more important than that, sharing with everyone! :)&lt;/p&gt;

</description>
      <category>twiliohackathon</category>
      <category>opensource</category>
      <category>java</category>
    </item>
    <item>
      <title>BCP Calltree</title>
      <dc:creator>TeamWicket</dc:creator>
      <pubDate>Tue, 28 Apr 2020 20:03:46 +0000</pubDate>
      <link>https://forem.com/teamwicket/bcp-calltree-1n1a</link>
      <guid>https://forem.com/teamwicket/bcp-calltree-1n1a</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;Every company has a Business Continuity Plan (BCP) to deal with unforeseen events that may disrupt the business' normal activity. The possibility to reach all the employees in an automated fashion, using Twilio APIs, simplifies dramatically the process of contacting manually everyone in the organisation, by means of traditional phone calls.&lt;br&gt;
In this Calltree model, one employee has the designated role of CHAMPION. The CHAMPION can initiate an event by specifying the target role to send the messages to, in a hierarchical-style (CHAMPION -&amp;gt; MANAGER -&amp;gt; LEADER -&amp;gt; REPORTER), and also a text as body of the SMS. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DqWChegp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.ibb.co/kDyM1v6/role-tree.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DqWChegp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.ibb.co/kDyM1v6/role-tree.png" alt="Calltree hierarchy"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When an employee replies to a SMS sent by the system, the response is then saved in the  database. The champion, through the UI, can check the status of the event(s), terminate it and check the results in the dashboard. &lt;br&gt;
The first level of statistics is an overview of the overall events - number of SMS sent out, number of replies and average response time in minutes. The second level of statistics is more comprehensive and collects data from each employee. &lt;br&gt;
When the number of the replies is equal to the number of SMS sent out during the event initiation, the system will automatically terminate the event for the champion, if the event has not been terminated prematurely by the champion. &lt;/p&gt;

&lt;h4&gt;
  
  
  Category Submission:
&lt;/h4&gt;

&lt;p&gt;Engaging Engagements&lt;/p&gt;

&lt;h2&gt;
  
  
  Link to Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/TeamWicket/Twilio-BCP-CallTree"&gt;BCP Calltree on Github&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How I built it
&lt;/h2&gt;

&lt;p&gt;This is a fairly standard 3-tier application, composed of frontend, backend and database.&lt;br&gt;
The frontend stack is React (with JavaScript and TypeScript - statically typed). The backend is a mixture of Java and Kotlin languages, in combination with Spring Boot, REST APIs are documented using OpenAPI v3 specifications (with SpringDoc and Swagger implementation), embedded JMS and Spring Data. &lt;br&gt;
For demonstration purposes the application is using an in-memory database (H2), but the system is ready to use PostgreSql, just by selecting the appropriate property file at startup.&lt;/p&gt;

&lt;p&gt;CircleCI has been used as a building tool, connected to the Github repository for automated build after every code push.&lt;/p&gt;

</description>
      <category>twiliohackathon</category>
    </item>
  </channel>
</rss>
