Skip to content

Releases: RonTuretzky/conductor-github-visualizer

v1.0.0 - Initial Release

17 Jan 05:42
a2b6967

Choose a tag to compare

GitHub Organization Activity Tracker v1.0.0

First stable release of the 3D Organization Activity Tracker.

Features

  • 🎨 3D Visualization - Interactive Three.js scene showing repositories and PRs
  • 🔄 PR Hierarchy - Stacked PRs visualized as connected trees
  • CI/CD Status - Live status indicators (green=pass, red=fail, yellow=pending)
  • 👤 Author Avatars - Circular avatar sprites on commits
  • 📱 Mobile Responsive - Touch controls and adaptive layout
  • 🔄 PRs/Issues Toggle - Switch between viewing PRs and Issues

Controls

  • Drag to rotate camera
  • Pinch/scroll to zoom
  • Two-finger drag to pan (mobile)
  • Click nodes to open on GitHub

Technical

  • Static hosting on GitHub Pages
  • Auto-updating data via GitHub Actions
  • No server required - pure client-side rendering