SD2E / experimental-intent-parser

A tool that combines a word-processing interface with structured tables and assisted linking to definitions to provide a simple interface for incremental codification of experiment designs.
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Deprecate POST methods for button clicks supported in GAS add-on #307

Open tramyn opened 3 years ago

tramyn commented 3 years ago

Analyze Terms and Suggest Additions by Spelling are features that operate by processing results from a pop up dialog. Buttons provided in these dialogs operate by sending POST methods to IP. The response that IP sends back to the IP's add-on are actions related to designing the Google add-on. Ideally, these actions generated from the corresponding POST methods should move to Code.js where the Google add-on for IP is implemented while processing the result for Analyze Terms and Suggest Additions by Spelling should be performed by IP.