diff --git a/projects/business/memory/bugs.md b/projects/business/memory/bugs.md index a024ca1..05eaaee 100644 --- a/projects/business/memory/bugs.md +++ b/projects/business/memory/bugs.md @@ -1,65 +1,153 @@ -# Bug Tracker +# DocFast QA — Final Verification Report +**Date:** 2026-02-14 15:42 UTC +**Tester:** QA Subagent (harsh mode) -## Open +## Summary: 10/11 PASS, 1 FAIL -### BUG-007: Invoice template endpoint not working -- **Found by:** Human (investor) -- **Date:** 2026-02-14 -- **Severity:** HIGH -- **Description:** Invoice template rendering doesn't work. QA failed to test this endpoint. Must test POST /v1/templates/invoice/render with sample data and verify it returns a valid PDF. -- **Status:** Open +--- -### BUG-008: HTML to PDF has unwanted border -- **Found by:** Human (investor) -- **Date:** 2026-02-14 -- **Severity:** MEDIUM -- **Description:** When converting HTML to PDF, there's a visible border around the content. This should either be removed by default or be an option (e.g. `"border": false` in the request body). -- **Status:** Open +## Bug Fix Verification -### BUG-006: Copy button lacks visual feedback -- **Found by:** Hoid (QA via Playwright) -- **Date:** 2026-02-14 -- **Severity:** LOW — cosmetic/UX -- **Description:** After clicking "Click to copy" on the API key, the button text doesn't change to "Copied!" or provide any visual confirmation. The clipboard write itself works without errors (no CSP or JS errors), but the user has no feedback that the copy succeeded. -- **Fix:** Add visual feedback in the copy handler (e.g., change button text to "Copied!" for 2 seconds). -- **Status:** Open +### ✅ TEST 1 — Homepage Load (BUG-009) +- **Status:** PASS +- Zero page errors, zero console errors +- Title: "DocFast — HTML & Markdown to PDF API" -## Resolved +### ✅ TEST 2 — Signup Flow (BUG-004/005) +- **Status:** PASS +- Clicked "Get Free API Key" → email input appeared +- Entered test email, clicked "Get API Key" → received API key (56 chars, df_free_ prefix) +- Key delivered in ~3 seconds -### BUG-004: CSP blocks all inline JavaScript — RESOLVED ✅ -- **Found by:** Hoid (QA via Playwright) -- **Date:** 2026-02-14 -- **Resolved:** 2026-02-14 -- **Severity:** CRITICAL -- **Description:** Helmet middleware CSP blocked inline `