<?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: Mike7755</title>
    <description>The latest articles on DEV Community by Mike7755 (@mike7755).</description>
    <link>https://dev.to/mike7755</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%2F290802%2F95fe154a-5f2c-4185-9c5a-090f1229bdb5.png</url>
      <title>DEV Community: Mike7755</title>
      <link>https://dev.to/mike7755</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mike7755"/>
    <language>en</language>
    <item>
      <title>Daily to do list to be a great product manager?</title>
      <dc:creator>Mike7755</dc:creator>
      <pubDate>Fri, 13 Dec 2019 16:31:42 +0000</pubDate>
      <link>https://dev.to/mike7755/daily-to-do-list-to-be-a-great-product-manager-40el</link>
      <guid>https://dev.to/mike7755/daily-to-do-list-to-be-a-great-product-manager-40el</guid>
      <description>&lt;p&gt;What are the daily routine a Product Manger must have to follow daily, in terms of utilizing their time and learn new things.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>productivity</category>
      <category>management</category>
    </item>
    <item>
      <title>How to make HTML form using googlesheet as a Database</title>
      <dc:creator>Mike7755</dc:creator>
      <pubDate>Thu, 12 Dec 2019 06:37:10 +0000</pubDate>
      <link>https://dev.to/mike7755/how-to-make-html-form-using-googlesheet-as-a-database-4fci</link>
      <guid>https://dev.to/mike7755/how-to-make-html-form-using-googlesheet-as-a-database-4fci</guid>
      <description>&lt;p&gt;I have a google spreadsheet, where some rows append on daily basis and using the google spreadsheet, the customer feedback team follows up.&lt;/p&gt;

&lt;p&gt;Google Spreadsheet Data.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://docs.google.com/spreadsheets/d/1V-XZdCUZAQVkfCat9vXVxITjjNMxNMPDin6B5j9uMWY/edit?usp=sharing"&gt;https://docs.google.com/spreadsheets/d/1V-XZdCUZAQVkfCat9vXVxITjjNMxNMPDin6B5j9uMWY/edit?usp=sharing&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The above mentioned Google Spreadsheet always have the below mentioned data at google sheet (Highlighted in blue):&lt;/p&gt;

&lt;p&gt;Ref ID&lt;br&gt;
Company Name&lt;br&gt;
Contact No.1&lt;br&gt;
Contact No.2&lt;br&gt;
Project Name&lt;br&gt;
Agent ID&lt;/p&gt;

&lt;p&gt;Rest of the mentioned details would be captured from the HTML UI basis the user response and finally click on 'Submit &amp;amp; Next' or 'Next' the input get stored at google sheet.&lt;/p&gt;

&lt;p&gt;The User has to first enter the 'Agent Id' on HTML UI and accordingly one by one &lt;code&gt;Ref ID&lt;/code&gt; detail would be given to particular 'Agent Id` user. &lt;/p&gt;

&lt;p&gt;As mentioned in the attached screenshot, The left side of the information would be static as per the googlespread sheet, and right hand side information would be filled by the user basis the telephonic conversation.&lt;/p&gt;

&lt;p&gt;Below mentioned particulars will be drop down or radio options basis user input:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Product : Lite, Lite-I, Elite
Ref Code: LIT-1, LIT-2, LIT-3
Status  : Accept, Reject, Pending
Comment : Satisfied, Call Back, Pending
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Below mentioned particulars will be derived:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Days Passed: It will be derived from the current system year - year mentioned in the `Date`
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Below mentioned particulars will be user input as a free text.&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Client Name
Notes
Final_Status
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; The agents will be assigned and shown only those &lt;code&gt;Ref ID&lt;/code&gt; where the &lt;code&gt;Agent ID&lt;/code&gt; is not blank and &lt;code&gt;Final_Status&lt;/code&gt; is either blank or other than 'Submit &amp;amp; Next' marked in Googlespread Sheet.&lt;/p&gt;

&lt;p&gt;We need to add one more column in the Googlespread sheet, Which capture the Date time stamp as per the system date as soon as the &lt;code&gt;Final_Status&lt;/code&gt; marked as 'Submit &amp;amp; Next` or 'Next'&lt;/p&gt;

&lt;p&gt;Submit &amp;amp; Next button would only be enable if all the details are captured by user. &lt;br&gt;
Next Button would only be enable if &lt;code&gt;Comment&lt;/code&gt; option is selected.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--D_Czr3Nl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/1yxseqs5lu1ifdes6mnm.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--D_Czr3Nl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/1yxseqs5lu1ifdes6mnm.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

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