From 9e5775c6e9851bf6d488e45b403ef5deaf94660f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 10 Jan 2017 17:31:09 -0600 Subject: [PATCH] updates to gs subdirectory explanation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b99864549..1b868645e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Pull requests and issues are welcome! Please search current issues/pull requests ## Directory Structure ### gs -Google Script custom functions, triggers, etc. Google sheets is used as a lightweight database for this project, so the .gs files contain the custom JSON parsing logic. The lib directory is a single [GAS library](https://developers.google.com/apps-script/guide_libraries) used by all five type spreadsheets and accessed by [type/Interface.gs](https://github.com/collinbarrett/FilterLists/blob/master/gs/type/Interface.gs). The type directory is copy/pasted into each of the five spreadsheets to workaround the Google Sheets/GAS permissions structure. +Google Script custom functions, triggers, etc. Google sheets is used as a lightweight database for this project, so the .gs files contain the custom JSON parsing logic. + - [/lib](https://github.com/collinbarrett/FilterLists/tree/master/gs/lib) - a single [GAS library](https://developers.google.com/apps-script/guide_libraries) used by all five list type spreadsheets and accessed by [type/Interface.gs](https://github.com/collinbarrett/FilterLists/blob/master/gs/type/Interface.gs) + - [/type](https://github.com/collinbarrett/FilterLists/tree/master/gs/type) - files copy/pasted into each of the five spreadsheets to workaround the Google Sheets/GAS permissions structure ### json-data The data in JSON form for each of the five list types on FilterLists. ### json-schema