InternetHealthReport / ihr-website

Vue.js code for IHR website
https://ihr.iijlab.net/ihr/en
GNU General Public License v3.0
65 stars 122 forks source link

Add Local Caching, Fix Typo, and Rename Banner for Local Storage #766

Closed dpgiakatos closed 8 months ago

dpgiakatos commented 8 months ago

Description

This PR includes the following changes:

  1. Added local caching functionality to IYP requests. Now, data fetched from the Internet Yellow Pages (IYP) API will be cached locally for one day, enhancing performance and reducing the number of API requests.

  2. Fixed a minor typo in the codebase for improved clarity and consistency.

  3. Renamed the cookie banner to the local storage banner and updated the accompanying text to accurately reflect its purpose. This change ensures better alignment with the functionality provided, which is related to local storage rather than cookies.

Types of changes

Checklist:

romain-fontugne commented 8 months ago

Thanks, let's not make right away a new release, I have a few other things I'd like to change