# Dashboard Bugfix Playbook

Focused first pass for SaaS dashboards, admin panels, CRM screens, reporting pages, and table-heavy internal tools.

## What I Check

- mobile viewport and fixed-width layout problems
- duplicate IDs that break chart/filter targeting
- icon-only controls without labels
- placeholder export/action links
- tables that stretch mobile screens
- chart containers without stable sizing
- negative letter spacing in dense dashboard text
- missing status/live region for loading, filter, and export feedback
- console/network errors when a browser pass is available

## Example Output

```text
Summary: 10/10 checks passed, 0 issue(s) need attention.

Check              Result
viewport           pass
duplicate-ids      pass
icon-buttons       pass
table-overflow     pass
chart-sizing       pass
status-region      pass
```

## Delivery Shape

```text
Input: dashboard URL, staging page, HTML snapshot, screenshot, or repo.
Output: smallest safe fix, issue list, browser evidence, and handoff note.
Check: responsive pass, console/network capture where useful, and rerunnable audit when possible.
Risk: production-only dashboards and authenticated data need guided/staging access.
```

## Public Sample

```text
https://github.com/oimrqs-ops/dashboard-bugfix-playbook
```