OpenEugene / little-help-book-web

Human service resource guide powered by White Bird Clinic
MIT License
6 stars 4 forks source link

Hyperlink on B page (bushnell.edu/life-at-bushnell/wellness-safety/counseling-center) not working. Getting page cannot be found error. #186

Open GaneshT21 opened 3 years ago

GaneshT21 commented 3 years ago

Hyperlink on B page (bushnell.edu/life-at-bushnell/wellness-safety/counseling-center) not working. Getting page cannot be found error. PageNotFoundError ErrorMessage

ArthurSmid commented 3 years ago

Right on, thanks for finding this — I went into our Airtable and added a working url for this provider. The updated url won't appear on the site until the static asset has been refreshed (https://github.com/OpenEugene/little-help-book-web/blob/develop/table-of-contents-style-homepage/scripts/cachedInlineTables.js). The static asset is a JSON file created from the Airtable database, and it populates the website with information about service providers.

The site can also be populated from the Airtable API but the load time is much slower than the JSON data in the scripts folder. All the information about social services, the name, address, phone, url, description, hours of operation, all that for each provider is an object in an array for each table from an Airtable database. Airtable is an easy-to-use database where the volunteers working with White Bird update the information as it changes over time.

Your help with the project is very much appreciated, Ganesh!

Until the Open Eugene brigade is back on, please list any issues you find here on the repo at my personal account: https://github.com/ArthurSmid/little-help-book

GaneshT21 commented 3 years ago

Thanks for the info on how the data updates work Mr. Smid. I will play with the AirTable tool to get familiarized with it. Sure! I will post any issues I find while testing the site, on your personal account. Please let me know if you need any other help on your site, and I would be able to do that.

On Tue, Jan 26, 2021 at 10:59 PM ArthurSmid notifications@github.com wrote:

Right on, thanks for finding this — I went into our Airtable and added a working url for this provider. The updated url won't appear on the site until the static asset has been refreshed ( https://github.com/OpenEugene/little-help-book-web/blob/develop/table-of-contents-style-homepage/scripts/cachedInlineTables.js). The static asset is a JSON file created from the Airtable database, and it populates the website with information about service providers.

The site can also be populated from the Airtable API but the load time is much slower than the JSON data in the scripts folder. All the information about social services, the name, address, phone, url, description, hours of operation, all that for each provider is an object in an array for each table from an Airtable database. Airtable is an easy-to-use database where the volunteers working with White Bird update the information as it changes over time.

Your help with the project is very much appreciated, Ganesh!

Until the Open Eugene brigade is back on, please list any issues you find here on the repo at my personal account: https://github.com/ArthurSmid/little-help-book

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OpenEugene/little-help-book-web/issues/186#issuecomment-768006305, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASSWUUBNZEI3QHDNCPDO47DS36FQNANCNFSM4WUQJGPQ .