Skip to content

feat: static web app to browse all SQL scripts in the repository#2

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/lista-scripts-repositorio
Draft

feat: static web app to browse all SQL scripts in the repository#2
Copilot wants to merge 2 commits intomainfrom
copilot/lista-scripts-repositorio

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 10, 2026

Adds a self-contained static web app (app/) that lists all SQL scripts in the repo with search and category filtering, addressing the need to discover and navigate the 279+ scripts without cloning or reading the directory tree manually.

Changes

  • app/index.html — Single-page app (vanilla HTML/JS, dark theme) with:

    • Live search filtering by script name or path
    • Category dropdown filter
    • Scripts grouped by top-level folder, each group collapsible
    • Each script links directly to its GitHub source page
  • app/scripts.json — Pre-generated data file (path, name, category, subcategory per script); consumed by the app at runtime via fetch

  • .aux/generate-scripts-json.ps1 — PowerShell script to regenerate scripts.json after adding new scripts:

    # Run from repo root
    .\.aux\generate-scripts-json.ps1

Screenshot

App

Copilot AI changed the title [WIP] Add app to list all scripts in repository feat: static web app to browse all SQL scripts in the repository Apr 10, 2026
Copilot AI requested a review from rrg92 April 10, 2026 12:13
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