- Visual Studio Code
- npm
We are using clasp to connect to our google app script file in the cloud. Clasp allows us to push/pull our script to/from the cloud from our local machine. To install clasp run:
npm i @google/clasp -g
Type clasp
in your terminal to verify it was installed. You should see a list of command line options if installed successfully.
clasp login
A browser window will appear prompting you to login to your gmail account. Make sure you login to your TW account.
Enable your Google App Script API here
Clone the artology-community-feedback repo to your local machine and run npm i
to install dependencies.
In the root directory of the project run:
npm run deploy
-
In config.js, add new artwork's initials and name as key/value pairs to the 'artwork' object i.e:
'afl': 'A Fathers Lulliby'
. -
In Soft Launch - ARtology Feedback (Responses) Form Responses 1 sheet, find the column numbers that correspond to effectiveness score for that artwork. Add the column numbers to the effectiveScoreColumns, artworkEffectiveScoreColumns (create if does not exist) and artworkInteractiveExperienceColumns (if has interactive portion) arrays in config.js.
-
Add the arwork's effectivescore and InteractiveExperience arrays created in step 2 to the esColumnGroup and iesColumnGroup object in config.js.