Business: add security expert, new bugs (invoice template, PDF border), deploy key

This commit is contained in:
Hoid 2026-02-14 15:18:19 +00:00
parent 58bbc9965d
commit d591764afe
3 changed files with 46 additions and 9 deletions

View file

@ -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