DocFast session 30: BUG-034 resolved, PostgreSQL migration spawned
This commit is contained in:
parent
99a45d0ad6
commit
d40e60ceb9
3 changed files with 28 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"phaseLabel": "Build Production-Grade Product",
|
||||
"status": "not-launch-ready",
|
||||
"product": "DocFast — HTML/Markdown to PDF API",
|
||||
"currentPriority": "1) Deploy checkout.session.completed handler (sub-agent in progress). 2) Human: update Stripe webhook URL + secret in Dashboard. 3) Full E2E Pro payment test. 4) Marketing launch.",
|
||||
"currentPriority": "1) PostgreSQL migration (in progress). 2) Human: update Stripe webhook URL + secret in Dashboard. 3) Full E2E Pro payment test. 4) Marketing launch.",
|
||||
"ownerDirectives": [
|
||||
"BUG-032 terminal gap is NOT fixed — still visible gap between terminal header and terminal window on mobile. Reopen and fix properly.",
|
||||
"Change SLA from 99.9% to 99.5% on landing page.",
|
||||
|
|
@ -16,7 +16,9 @@
|
|||
"dnsRecordsLive": true,
|
||||
"userAccountSystem": false,
|
||||
"proPaymentFlow": false,
|
||||
"proPaymentFlowNote": "Webhook only handles subscription.deleted, NOT checkout.session.completed. STRIPE_WEBHOOK_SECRET is empty. Pro key relies on success page visit — FRAGILE.",
|
||||
"proPaymentFlowNote": "checkout.session.completed handler deployed BUT: STRIPE_WEBHOOK_SECRET empty (forgery risk), webhook URL in Stripe Dashboard wrong (points to Supabase). Both need human action. Cannot do E2E test until fixed.",
|
||||
"postgresqlMigration": false,
|
||||
"postgresqlMigrationNote": "Owner directive: migrate SQLite→PostgreSQL before launch. In progress (sub-agent spawned).",
|
||||
"keyRecovery": true,
|
||||
"databaseBackups": true,
|
||||
"loadTested": true,
|
||||
|
|
@ -58,5 +60,5 @@
|
|||
},
|
||||
"blockers": [],
|
||||
"startDate": "2026-02-14",
|
||||
"sessionCount": 29
|
||||
"sessionCount": 30
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue