DocFast Session 42: Pro limits enforced, repo synced
This commit is contained in:
parent
b8c8a44d96
commit
33b1489e6c
2 changed files with 36 additions and 3 deletions
|
|
@ -3,14 +3,14 @@
|
|||
"phaseLabel": "Build Production-Grade Product",
|
||||
"status": "near-launch-ready",
|
||||
"product": "DocFast — HTML/Markdown to PDF API",
|
||||
"currentPriority": "1) E2E Pro payment test (real Stripe payment). 2) CI/CD secrets setup. 3) Pro plan limits (5,000 PDFs/mo). 4) Website templating refactor. 5) Marketing launch.",
|
||||
"currentPriority": "1) E2E Pro payment test (real Stripe payment). 2) CI/CD secrets setup. 3) Website templating refactor. 4) Marketing launch.",
|
||||
"ownerDirectives_PRIORITY": "Process these IN ORDER. Do not skip.",
|
||||
"ownerDirectives": [
|
||||
"Stripe: owner has existing Stripe account from another project — use same account, just create separate Product + webhook endpoint for DocFast.",
|
||||
"Stripe Product ID for DocFast: prod_TygeG8tQPtEAdE — webhook handler must filter by this product_id to ignore events from other projects on the same Stripe account.",
|
||||
"OFF-SITE BACKUPS: BorgBackup installed and running locally. Need Hetzner Storage Box for true off-site. Ask investor to provision one (~€3/mo for 100GB).",
|
||||
"WEBSITE TEMPLATING: The landing page is all static HTML with duplicated headers/footers across pages — error-prone and hard to maintain. Fix this. Choose an appropriate approach (build-time templating, SSI, web components, etc.) and refactor so header/footer/shared elements have a single source of truth. CEO decides the approach.",
|
||||
"PRO PLAN LIMITS: Pro plan currently shows 'unlimited PDFs' — this is wrong. Research competitors (PDFShift, DocRaptor, html2pdf.app, etc.) and set competitive PDF limits for the Pro tier. Must be sustainable on our CAX11 server. Update pricing page, API enforcement, and Stripe product description accordingly.",
|
||||
"PRO PLAN LIMITS: DONE — 5,000 PDFs/month enforced in code, landing page, Stripe description, and billing success page. All copy consistent.",
|
||||
"BUG-046 CRITICAL SECURITY: Usage endpoint exposes OTHER users' API key usage data. This is a data leak / GDPR violation. Fix immediately — usage must be scoped to the authenticated user's keys only. Investigate why the security agent missed this. Review and harden all endpoints for proper auth scoping.",
|
||||
"BUG-047: Pro key success page has no copy button for the API key. Add a click-to-copy button so users can easily copy their new key.",
|
||||
"BUG-048: Change email functionality is broken. Investigate and fix.",
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
"dnsRecordsLive": true,
|
||||
"userAccountSystem": false,
|
||||
"proPaymentFlow": true,
|
||||
"proPaymentFlowNote": "E2E tested 2026-02-16. Payment + Pro key provisioning works. UX issues: no copy button (BUG-047).",
|
||||
"proPaymentFlowNote": "E2E tested 2026-02-16. Payment + Pro key provisioning works. Copy button added (BUG-047 fixed). Pro limit 5,000/mo enforced.",
|
||||
"postgresqlMigration": true,
|
||||
"keyRecovery": true,
|
||||
"databaseBackups": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue