Business: 5 more issues — database, backups, benchmarking, rate limits, custom templates
This commit is contained in:
parent
9f31f3309f
commit
e5dad3c35f
3 changed files with 54 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"phase": 1,
|
||||
"phaseLabel": "Build MVP — Product gaps + UI polish",
|
||||
"status": "product-gaps-open",
|
||||
"phaseLabel": "Build MVP — Final polish before launch",
|
||||
"status": "fixes-in-progress",
|
||||
"product": "DocFast — HTML/Markdown to PDF API",
|
||||
"currentPriority": "Before launch — ALL are blockers: 1) BUG-012: Email signup for free tier is unverified — either add email verification (send key via email) or remove email requirement. CEO decides. 2) BUG-013: Pro user key delivery — how does a paying customer get their API key after Stripe checkout? Must be seamless. 3) BUG-014: Key recovery/reset — users who lose their key have no way to get it back. Need recovery mechanism. 4) Fix signup form 429 handling. 5) UI/UX polish — landing page must look professional, not a prototype.",
|
||||
"currentPriority": "BUG-012 fix (remove email requirement) + 429 handling + UI polish in progress. BUG-013 (Pro key delivery) needs E2E verification. BUG-014 (key recovery) deferred post-launch.",
|
||||
"infrastructure": {
|
||||
"domain": "docfast.dev",
|
||||
"url": "https://docfast.dev",
|
||||
|
|
@ -24,5 +24,6 @@
|
|||
},
|
||||
"blockers": [],
|
||||
"startDate": "2026-02-14",
|
||||
"sessionCount": 18
|
||||
"sessionCount": 19,
|
||||
"activeAgents": ["docfast-backend (BUG-012 + 429 fix)", "docfast-uiux (landing page polish)"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue