<?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>DEV Community: Johnicholas Hines</title>
    <description>The latest articles on DEV Community by Johnicholas Hines (@johnicholas).</description>
    <link>https://dev.to/johnicholas</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%2F160689%2F62c519ac-0726-4637-bb6a-4a4bebca78f6.jpeg</url>
      <title>DEV Community: Johnicholas Hines</title>
      <link>https://dev.to/johnicholas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/johnicholas"/>
    <language>en</language>
    <item>
      <title>A full-stack app to create Trello cards from form submissions</title>
      <dc:creator>Johnicholas Hines</dc:creator>
      <pubDate>Wed, 11 Mar 2020 15:14:03 +0000</pubDate>
      <link>https://dev.to/glitch/a-full-stack-app-to-create-trello-cards-from-form-submissions-4jn7</link>
      <guid>https://dev.to/glitch/a-full-stack-app-to-create-trello-cards-from-form-submissions-4jn7</guid>
      <description>&lt;p&gt;&lt;em&gt;At &lt;a href="http://glitch.com?utm_medium=weblink&amp;amp;utm_source=dev.to&amp;amp;utm_campaign=blog&amp;amp;utm_content=dev"&gt;Glitch&lt;/a&gt; we're a distributed workforce. This is a story of connecting between departments and across the country. And using our own product (&lt;a href="(http://glitch.com?utm_medium=weblink&amp;amp;utm_source=dev.to&amp;amp;utm_campaign=blog&amp;amp;utm_content=dev)"&gt;Glitch&lt;/a&gt;) and one of our fav business tools (&lt;a href="https://trello.com/" rel="noopener noreferrer"&gt;Trello&lt;/a&gt;) to create a useful automation.&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Last month, we launched &lt;a href="https://glitch.com/glimmer?utm_medium=weblink&amp;amp;utm_source=dev.to&amp;amp;utm_campaign=blog&amp;amp;utm_content=dev"&gt;Glimmer&lt;/a&gt;, our new digital magazine. A common problem for editors is managing pitches. Often this involves wading through a messy shared inbox. When Glimmer editor Margarita Noriega wanted a better way, she reached out on Slack. And Johnnicholas responded. The collaboration puts all those pitches on a shared (and well-organized Trello board). - Melissa McEwen, Editor of Glitch @ Dev&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  It started with Slack
&lt;/h2&gt;

&lt;p&gt;Margarita posted in #ask (Glitch's internal channel for asking questions of anyone and everyone who is paying attention to #ask at the moment): &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Has anyone ever played around with submitted forms and Trello? Thinking about a Glitch app that's attached to an Airtable that's attached to creating a card on a Trello board (which might then ping a Slack channel). This could also be a Google Form, but the form itself should be for public use (and not hold any private user info). A use case for this might be, "fill out this form" (that's hosted in a Glitch app, connected to an Airtable/Google Sheet/other such thing that private hosts the submitted information), and once the form is submitted, it would create a Trello card.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Anil, our CEO, responded: &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I think there may be a glitch app that just directly creates a Trello card. (if not, there should be!)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I thought that this was a good example of a small single-purpose website that has a frontend (where the description of what pitching to Glimmer is, and the form) and a backend (where the details about how to access Margarita's Trello board would stay). This which showcases Glitch's one of strengths, websites that have backends, and I had an example of something that seemed similar in my back pocket (&lt;a href="https://glitch.com/~courageous-ox?utm_medium=weblink&amp;amp;utm_source=dev.to&amp;amp;utm_campaign=blog&amp;amp;utm_content=dev"&gt;~courageous-ox&lt;/a&gt;), which I was eager to adapt to her purposes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Making it happen
&lt;/h2&gt;

&lt;p&gt;It is not entirely obvious, if you are thinking about making something, a starting point would be helpful. In this case, &lt;a href="https://glitch.com/~courageous-ox?utm_medium=weblink&amp;amp;utm_source=dev.to&amp;amp;utm_campaign=blog&amp;amp;utm_content=dev"&gt;~courageous-ox&lt;/a&gt; was a &lt;a href="https://dev.to/glitch/hello-to-the-new-hello-sqlite-5044"&gt;SQLite-database-backed website&lt;/a&gt; that took some information from the user and stored it away; the plan was to make a Trello-backed website that took some information from the user and stored it in Trello.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F09tifuwmr0a0cm58jrfp.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F09tifuwmr0a0cm58jrfp.jpg" alt="from web form to glitch app to trello board"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How Glitch uses Glitch
&lt;/h2&gt;

&lt;p&gt;This is one of the many ways that Glitch uses Glitch (and Slack and Trello) - to support collaboration between people that might be distant from one another in the org chart. These short-and-sweet projects make working at Glitch better. Since we developed the Glitch project together, if and when something kinda-sorta-similar comes up, both I and Margarita have a new capability - we can remix &lt;a href="https://glitch.com/~pitch-glimmer?utm_medium=weblink&amp;amp;utm_source=dev.to&amp;amp;utm_campaign=blog&amp;amp;utm_content=dev"&gt;~pitch-glimmer&lt;/a&gt; and adjust it to the new circumstance. &lt;/p&gt;

&lt;p&gt;Feel free to remix &lt;a href="https://glitch.com/~pitch-glimmer?utm_medium=weblink&amp;amp;utm_source=dev.to&amp;amp;utm_campaign=blog&amp;amp;utm_content=dev"&gt;~pitch-glimmer&lt;/a&gt; yourself - you could add your Trello API details to turn it into your own app, and remember that the kinda-sorta-similar can stretch pretty far!&lt;/p&gt;


&lt;div class="glitch-embed-wrap"&gt;
  &lt;iframe src="https://glitch.com/embed/#!/embed/pitch-glimmer?path=index.html" alt="pitch-glimmer on glitch"&gt;&lt;/iframe&gt;
&lt;/div&gt;
 

</description>
      <category>glitch</category>
      <category>slack</category>
      <category>trello</category>
      <category>collaboration</category>
    </item>
  </channel>
</rss>
