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.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
林弘翰
今日安裝
0
安裝總數
2
評價
0 0 0
版本
0.3.5
建立日期
2026-03-06
更新日期
2026-03-11
尺寸
22.8 KB
授權條款
MIT
腳本執行於

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.