Skip to content

Conversation

@ethan-CCY
Copy link
Owner

Motivation

  • Remove the CSV/JSON download links exposed in the site footer to prevent direct downloading of the data files.
  • Keep the rest of the UI and filtering functionality intact while removing only the exposed dataset links.

Description

  • Deleted the footer download block that contained links to kaohsiung_parking_lots_2025-12-25_curated.csv and kaohsiung_parking_lots_2025-12-25_schema_placephoto_fallback.json.
  • Updated index.html to remove the <footer class="site-footer"> section with the download links.
  • Changes were committed with the message Remove dataset download links.

Testing

  • No automated unit or integration tests were run because this is a static HTML change.
  • An attempt to capture a page screenshot using Playwright failed due to a Chromium crash (SIGSEGV) while launching the headless browser.
  • A local HTTP server was started with python -m http.server 8000 during testing attempts but no successful browser rendering was produced.

Codex Task

@ethan-CCY ethan-CCY merged commit dcffedd into main Dec 30, 2025
3 checks passed
@ethan-CCY ethan-CCY deleted the codex/remove-csv-and-json-download-options branch December 30, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant