Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.3 KB

readme.md

File metadata and controls

30 lines (20 loc) · 1.3 KB

Purpose

Part of my business process involves creating documentation and saving it to Google Drive and then tracking cases via Trello for updates. Currently have to manually create folders, subfolders, new templates, and a Trello Card. This script automates all of that.

What it does

Creates a Google Drive Folder with the following contents

  • Screenshots Subfolder
  • Tests Subfolder
  • Copy of Google Doc Template file

Creates a Trello card on CR Cases FY20

  • Same name as Google Drive Folder

API Documentation

To Dos

  • Create doc in Google Drive Folder with Trello short links to card and email address for trello card
    • Doc is created and written to, but the email is not available yet
  • Link Google Drive Folder to Trello Card
  • At the very least, link in comment on Trello card back to the Google Drive folder (could be in summary at top)
  • Add an example keys.json file
  • According to documentation found on stackoverflow (?) unable to GET card email from API. Might need to load page by requesting .json and then loading the email from that query.