full-path / ridesheet

Google apps script support for a Google Sheets-based demand-responsive trip scheduling and reporting system.
MIT License
5 stars 4 forks source link

Better ability to invoke local-to-instance code #75

Closed keviniano closed 9 months ago

keviniano commented 10 months ago

Make it easier to call code (for example, code triggered by on_edit or on_open events) that is specific to a particular agency/instance, and do it in a way that makes the out-of-the-box code easy to update/maintain over time. Probably by having local code in its own file.