Files
claudetools/.claude/memory/project_bug_tracker_gitea.md
Howard Enos 742bc5f81b sync: auto-sync from HOWARD-HOME at 2026-07-17 20:00:56
Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-07-17 20:00:56
2026-07-17 20:01:24 -07:00

28 lines
1.9 KiB
Markdown

---
name: Bug & Project Tracker (Gitea Issues)
description: Gitea Issues is the official bug/feature/skill/project tracker for GuruRMM, GuruConnect, and ClaudeTools. Dashboard at projects/msp-tools/bug-tracker/dashboard.html. Skill at .claude/skills/bug-tracker/skill.md.
type: project
---
Mike and Howard want centralized tracking of bugs, features, skills, and project work across
GuruRMM, GuruConnect, and ClaudeTools — the wiki was not working as a tracker (no status,
no history, things got forgotten). Set up 2026-07-17.
**Why:** Bug fixes and feature work were getting dropped because there was no visible tracker.
Unless someone remembered to ask, work just disappeared. The forum (Discord ct-forum) is good
for discussion/decisions but has no status fields, filtering, or board view.
**How to apply:**
- When a bug surfaces during a session, file it as a Gitea issue (use the `bug-tracker` skill)
- Repos tracked: `gururmm`, `guru-connect`, `claudetools` (owner: `azcomputerguru`)
- Standard labels: bug/feature/skill/project, P1-P4 priority, component tags, status tags (in-progress/blocked/dropped/fixed/verified)
- Milestones: "Active Sprint" and "Backlog" on each repo
- **Live dashboard:** `https://tracker.azcomputerguru.com/dashboard.html` (SSL via NPM on Jupiter)
- Docker container `acg-tracker` on Jupiter (172.16.3.20:8089), nginx:alpine, files at `/mnt/user/appdata/acg-tracker/`
- NPM proxy host ID 12, SSL cert ID 13 (Let's Encrypt DNS challenge via Cloudflare)
- Cloudflare DNS A record: tracker.azcomputerguru.com -> 72.194.62.10
- Login with Gitea username/password (stored in localStorage via Basic auth)
- To update dashboard: re-upload `dashboard.html` to Jupiter via SFTP, `docker restart acg-tracker`
- Kanban board (Open / In Progress / Blocked / Done), list view, create/comment/close issues from the dashboard
- Source files: `projects/msp-tools/bug-tracker/`