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

Improve how short addresses are managed #82

Open keviniano opened 10 months ago

keviniano commented 10 months ago

Short address names are currently looked up by checking the live data in the Addresses sheet. This probably takes longer than it needs to. A better system would likely be to persist addresses as document properties, with the Addresses tab serving as a front end, similar to what the current Document Properties tab does.