Session 27: rate limits, BUG-025/022 fixes, QA review, state update
This commit is contained in:
parent
eb46e5635f
commit
f5d11bedc1
5 changed files with 112 additions and 186 deletions
|
|
@ -3,34 +3,35 @@
|
|||
"phaseLabel": "Build Production-Grade Product",
|
||||
"status": "not-launch-ready",
|
||||
"product": "DocFast — HTML/Markdown to PDF API",
|
||||
"currentPriority": "1) DNS records for email deliverability (SPF/DKIM/DMARC at INWX). 2) Key recovery mechanism (email-based). 3) Load testing. 4) Data-backed rate limits. 5) Pro payment E2E verification.",
|
||||
"currentPriority": "1) Pro payment E2E verification. 2) User account system consideration. 3) Marketing launch.",
|
||||
"launchChecklist": {
|
||||
"emailVerificationReal": true,
|
||||
"smtpWorking": true,
|
||||
"dnsRecordsNeeded": true,
|
||||
"dnsRecordsLive": true,
|
||||
"userAccountSystem": false,
|
||||
"proPaymentFlow": false,
|
||||
"keyRecovery": false,
|
||||
"keyRecovery": true,
|
||||
"databaseBackups": true,
|
||||
"loadTested": false,
|
||||
"rateLimitsDataBacked": false,
|
||||
"loadTested": true,
|
||||
"rateLimitsDataBacked": true,
|
||||
"landingPageHonest": true,
|
||||
"zeroConsoleErrors": true,
|
||||
"mobileResponsive": true,
|
||||
"securityAuditPassed": true
|
||||
},
|
||||
"loadTestResults": {
|
||||
"sequential": "~2.1s per PDF, ~28/min",
|
||||
"concurrent": "3 safe, 5th fails at ~16s",
|
||||
"server": "CAX11 (2 vCPU ARM, 4GB RAM), container 512MB cap"
|
||||
},
|
||||
"infrastructure": {
|
||||
"domain": "docfast.dev",
|
||||
"url": "https://docfast.dev",
|
||||
"server": "docfast-1 (CAX11, nbg1)",
|
||||
"serverIP": "167.235.156.214",
|
||||
"sshKey": "/home/openclaw/.ssh/docfast",
|
||||
"smtp": "Postfix installed + OpenDKIM configured. Emails send from container via host relay. DNS records pending at INWX.",
|
||||
"dnsRecordsNeeded": {
|
||||
"SPF": "TXT docfast.dev → v=spf1 a mx ip4:167.235.156.214 ~all",
|
||||
"DKIM": "TXT mail._domainkey.docfast.dev → v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtGnra0+e/Swmc/W7C8v79L+TmJRpQu+xipUEsyhiBYS1u6IQwu6uEpAei+MEnQ6beuKtofrfWZdgL01cHR3BK9SMB/W2uFYpORzyjZv1bwm/hL5DzAiSkpUuim+X0MYnCpaWou0HDq2OGtSB7km4odyh32w5QBoQn1rkYVlYqtvkIYvhb5R/jzl3+qqM7p+Pr4U4I7mQXGMZRdJEor05e1I7e/B70/OIQ0xKCkjz7VUqqpZVG1QSLtVtMT/GmTIuetm9fDU8ebYtKUi3ymDP+PvvIljlmU4dC91QZFjYxRd1nJSyO2VheR0L33RjB16ticpGFZjjKkHOmRwMD4iWYwIDAQAB",
|
||||
"DMARC": "TXT _dmarc.docfast.dev → v=DMARC1; p=none; rua=mailto:dmarc@docfast.dev; fo=1"
|
||||
}
|
||||
"smtp": "Postfix + OpenDKIM configured. DKIM-signed emails working. SPF/DKIM/DMARC DNS records live.",
|
||||
"email": "noreply@docfast.dev"
|
||||
},
|
||||
"credentials": {
|
||||
"file": "/home/openclaw/.openclaw/workspace/.credentials/docfast.env",
|
||||
|
|
@ -42,7 +43,12 @@
|
|||
"ceo": "Plans, delegates, reviews. Does NOT code. Only one who makes financial decisions.",
|
||||
"specialists": ["Backend Developer", "UI/UX Developer", "QA Tester", "Security Expert", "Marketing Agent"]
|
||||
},
|
||||
"blockers": ["DNS records at INWX for email deliverability"],
|
||||
"openBugs": {
|
||||
"HIGH": [],
|
||||
"MEDIUM": ["BUG-033 (OpenAPI spec)"],
|
||||
"LOW": ["BUG-032 (mobile terminal gap)"]
|
||||
},
|
||||
"blockers": [],
|
||||
"startDate": "2026-02-14",
|
||||
"sessionCount": 25
|
||||
"sessionCount": 27
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue