Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opendata Refactor #434

Merged
merged 36 commits into from
Oct 18, 2024
Merged

Opendata Refactor #434

merged 36 commits into from
Oct 18, 2024

Conversation

scezen
Copy link
Collaborator

@scezen scezen commented Sep 13, 2024

Objective

Improve Opendata pages and services by splitting the data between GTIN and ISBN datasets with enhanced UI.

Summary of Changes

  • OpenDataController:

    • Added new routes for GTIN and ISBN datasets (/opendata/gtin, /opendata/isbn).
    • Enhanced model with additional attributes (e.g., gtinLastUpdated, isbnFileSize, etc.).
    • Implemented getMultipleExposedUrls() method to expose multiple sitemap entries.
  • OpenDataService:

    • Added generation and management of both GTIN and ISBN datasets.
    • Implemented processAndCreateZip() to handle dataset compression.
    • Implemented HealthIndicator to monitor the availability of GTIN and ISBN ZIP files.
    • New OpenDataConfig conf file (download speed and concurrent download limits)
  • Frontend Pages:

    • Updated main Opendata page to display separate GTIN and ISBN datasets.
    • Added new detailed pages for GTIN and ISBN downloads, with individual file size and last updated information.

@GoulvenF
Copy link
Contributor

Thanks @scezen !

@GoulvenF GoulvenF merged commit 3fc196b into main Oct 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants