Business: add security expert, new bugs (invoice template, PDF border), deploy key
This commit is contained in:
parent
58bbc9965d
commit
d591764afe
3 changed files with 46 additions and 9 deletions
|
|
@ -2,6 +2,20 @@
|
|||
|
||||
## Open
|
||||
|
||||
### 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-006: Copy button lacks visual feedback
|
||||
- **Found by:** Hoid (QA via Playwright)
|
||||
- **Date:** 2026-02-14
|
||||
|
|
|
|||
|
|
@ -1,13 +1,9 @@
|
|||
{
|
||||
"phase": 2,
|
||||
"phaseLabel": "Phase 2 — Launch & First Customers",
|
||||
"status": "active",
|
||||
"phase": 1,
|
||||
"phaseLabel": "Build MVP — Fix bugs + security audit",
|
||||
"status": "bugs-open",
|
||||
"product": "DocFast — HTML/Markdown to PDF API",
|
||||
"currentPriority": "Get first customers — marketing, SEO, dev community outreach. Product is live and fully functional.",
|
||||
"qaTools": {
|
||||
"playwright": "Installed globally. Use: NODE_PATH=/usr/local/lib/node_modules node -e \"const {chromium}=require('playwright'); ...\"",
|
||||
"note": "QA agents MUST test with Playwright to catch browser-only bugs like CSP violations"
|
||||
},
|
||||
"currentPriority": "Fix BUG-007 (invoice template broken) and BUG-008 (unwanted border on HTML→PDF). Then run security audit. Then QA everything again — QA must test ALL endpoints including templates this time.",
|
||||
"infrastructure": {
|
||||
"domain": "docfast.dev",
|
||||
"url": "https://docfast.dev",
|
||||
|
|
@ -23,7 +19,7 @@
|
|||
"team": {
|
||||
"structure": "CEO + specialist sub-agents",
|
||||
"ceo": "Plans, delegates, reviews. Does NOT code. Only one who makes financial decisions.",
|
||||
"specialists": ["Backend Developer", "UI/UX Developer", "QA Tester", "Marketing Agent"],
|
||||
"specialists": ["Backend Developer", "UI/UX Developer", "QA Tester", "Security Expert", "Marketing Agent"],
|
||||
"workflow": "CEO spawns specialists → specialists do work → CEO spawns QA → QA verifies → CEO reviews"
|
||||
},
|
||||
"blockers": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue