GitHub Issue Dashboard (Discontinued — Use GitHub Projects instead)

Fast Monitoring GUI using GraphQL search, tabs, custom date range, and tag filtering with dynamic repo tracking.

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
林弘翰
Instalaciones diarias
0
Instalaciones totales
2
Calificaciones
0 0 0
Versión
0.3.5
Creado
6/3/2026
Actualizado
11/3/2026
Tamaño
22,8 KB
Licencia
MIT
Funciona en

GitHub Issue Dashboard

⚠️ This script is no longer maintained. GitHub Projects already provides a better built-in solution.


Description

A high-performance monitoring dashboard integrated directly into GitHub. It uses the GraphQL API to provide a real-time overview of issue statuses, allowing for fast tracking without leaving your current repository.

Features

Advanced Data Fetching

  • GraphQL Integration: Leverages GitHub's modern API to fetch data more efficiently than standard REST-based scripts.
  • Dynamic Repository Tracking: Automatically detects the repository from the URL and adjusts the dashboard context instantly.
  • Intelligent Caching: Implements a 15-minute local cache system to respect API rate limits and ensure a snappy user experience.

Customizable Monitoring

  • Dual View Tabs:
    • Recent Updates: View issues modified within a specific timeframe.
    • Needs Follow-up: Identify stagnant open issues that have not been updated for over 7 days.
  • Flexible Date Ranges: Define custom "days ago" parameters to filter recent activity.
  • Live Tag Filtering: Dynamically generates a label filter based on the issues currently displayed in your dashboard.

Seamless UI

  • Floating Interface: A clean, GitHub-native styled dashboard that can be toggled via a floating button.
  • SPA Compatibility: Fully supports GitHub’s Turbo and Pjax navigation, ensuring the dashboard remains functional as you browse between pages.

Setup Instructions

  1. Personal Access Token (PAT):
    • This script requires a GitHub PAT to access the GraphQL API.
    • When first opening the dashboard, click the "Generate Token" link to create a token with the repo scope.
  2. Authentication:
    • Paste your token into the dashboard setup screen and click "Save and Verify."
    • Your token is stored locally in your browser and is never sent to any external servers.

Technical Details

  • License: MIT
  • Permissions: Uses GM_xmlhttpRequest for cross-domain API requests and GM_setValue for secure local storage of your configuration.
  • Dependencies: Optimized for Tampermonkey and compatible with modern browsers.

Built for developers who need a faster way to triage and monitor project progress.