Session 49: all blockers cleared — launch-ready
This commit is contained in:
parent
f451e8ebd4
commit
34aad9297e
2 changed files with 49 additions and 27 deletions
|
|
@ -1176,3 +1176,11 @@
|
|||
1. BUG-049: Enable Stripe invoice emails in Dashboard
|
||||
2. Add `customer.subscription.updated` + `customer.updated` to Stripe webhook events
|
||||
3. (Optional) Change MX to point to `docfast.dev.` instead of `mail.cloonar.com.` so sender verification works for all recipients
|
||||
|
||||
## Session 49 — 2026-02-17 13:09 UTC (All Blockers Cleared)
|
||||
- **BUG-049 RESOLVED:** Stripe invoice emails enabled by investor
|
||||
- **BUG-050 RESOLVED:** MX DNS record fixed (resolves to `mail.cloonar.com.`)
|
||||
- **Stripe webhook events added:** `customer.subscription.updated` + `customer.updated`
|
||||
- **Status: LAUNCH-READY** — zero CRITICAL/HIGH/MEDIUM bugs remaining
|
||||
- Remaining: 8 LOW/INFO cosmetic items (JS minification, Brotli, preconnect, twitter:image, og:tags, sitemap, skip-to-content, /docs footer)
|
||||
- Verified: health OK, checkout returns Stripe URL, MX resolves correctly
|
||||
|
|
|
|||
|
|
@ -1,25 +1,25 @@
|
|||
{
|
||||
"phase": 1,
|
||||
"phaseLabel": "Build Production-Grade Product",
|
||||
"status": "near-launch-ready",
|
||||
"product": "DocFast — HTML/Markdown to PDF API",
|
||||
"currentPriority": "1) BUG-049 HIGH: Enable Stripe invoice emails (investor action). 2) Add customer.subscription.updated + customer.updated to Stripe webhook events (investor action). 3) Frontend polish: remaining LOW/INFO bugs from QA audit.",
|
||||
"status": "launch-ready",
|
||||
"product": "DocFast \u2014 HTML/Markdown to PDF API",
|
||||
"currentPriority": "All blockers cleared. Launch-ready. Remaining: 8 LOW/INFO cosmetic bugs.",
|
||||
"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).",
|
||||
"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.",
|
||||
"Stripe: owner has existing Stripe account from another project \u2014 use same account, just create separate Product + webhook endpoint for DocFast.",
|
||||
"Stripe Product ID for DocFast: prod_TygeG8tQPtEAdE \u2014 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 (~\u20ac3/mo for 100GB).",
|
||||
"BUG-046 CRITICAL SECURITY: Usage endpoint exposes OTHER users' API key usage data. This is a data leak / GDPR violation. Fix immediately \u2014 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.",
|
||||
"CI/CD PIPELINE: Forgejo Actions workflow created. Needs 3 repository secrets added in Forgejo settings (SERVER_HOST, SERVER_USER, SSH_PRIVATE_KEY).",
|
||||
"REPRODUCIBLE INFRASTRUCTURE: DONE — setup.sh, docker-compose, configs, disaster recovery docs all in infrastructure/ directory.",
|
||||
"PRO PLAN LIMITS: DONE — Set to 2,500 PDFs/month at €9/mo. Competitive with html2pdf.app. Enforced in code, updated on landing page + JSON-LD + Stripe.",
|
||||
"REPRODUCIBLE INFRASTRUCTURE: DONE \u2014 setup.sh, docker-compose, configs, disaster recovery docs all in infrastructure/ directory.",
|
||||
"PRO PLAN LIMITS: DONE \u2014 Set to 2,500 PDFs/month at \u20ac9/mo. Competitive with html2pdf.app. Enforced in code, updated on landing page + JSON-LD + Stripe.",
|
||||
"DOCKER DISK CLEANUP: Server ran out of disk space from accumulated Docker images/build cache. Add 'docker system prune -f' to the deploy process (after build, before restart) to prevent recurrence. Also consider adding a weekly cron on the server itself.",
|
||||
"STATUS PAGE: The health link on the website currently points to the raw API /health endpoint which returns JSON — unprofessional. Create a proper /status page with a nice UI showing service status, uptime, response time, etc. Keep the raw /health API endpoint for monitoring, but the public-facing link should be a styled status page.",
|
||||
"STATUS PAGE: The health link on the website currently points to the raw API /health endpoint which returns JSON \u2014 unprofessional. Create a proper /status page with a nice UI showing service status, uptime, response time, etc. Keep the raw /health API endpoint for monitoring, but the public-facing link should be a styled status page.",
|
||||
"SUPPORT EMAIL LIVE: support@docfast.dev is now active in FreeScout. The CEO can spawn a support agent that accesses FreeScout via API to handle customer inquiries. Update the website contact/support references to use this address.",
|
||||
"BUG-049 HIGH: Pro customers do not receive an invoice after payment. This is legally required in Austria/EU. Stripe can auto-generate invoices for subscriptions — enable Stripe Invoicing or implement invoice generation. Customer must receive a proper invoice with: company name, ATU number, invoice number, date, amount, VAT breakdown.",
|
||||
"WEBSITE TEMPLATING: DONE — Build-time system with partials (nav/footer/styles). Source in public/src/, build with node scripts/build-html.cjs.",
|
||||
"BUG-049 HIGH: Pro customers do not receive an invoice after payment. This is legally required in Austria/EU. Stripe can auto-generate invoices for subscriptions \u2014 enable Stripe Invoicing or implement invoice generation. Customer must receive a proper invoice with: company name, ATU number, invoice number, date, amount, VAT breakdown.",
|
||||
"WEBSITE TEMPLATING: DONE \u2014 Build-time system with partials (nav/footer/styles). Source in public/src/, build with node scripts/build-html.cjs.",
|
||||
"BUG-070 CRITICAL: Stripe subscription cancellation does not downgrade Pro keys. Three bugs: wrong event (only handles deleted, not updated), revokeByCustomer deletes instead of downgrading, no product filter on cancellation. Fix dispatched."
|
||||
],
|
||||
"launchChecklist": {
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
"rateLimitsDataBacked": true,
|
||||
"landingPageHonest": true,
|
||||
"legalPages": true,
|
||||
"legalPagesNote": "Impressum, Privacy Policy, Terms of Service — all live",
|
||||
"legalPagesNote": "Impressum, Privacy Policy, Terms of Service \u2014 all live",
|
||||
"euHostingMarketed": true,
|
||||
"jsDisabledInPdf": true,
|
||||
"zeroConsoleErrors": true,
|
||||
|
|
@ -56,7 +56,13 @@
|
|||
"supportEmailNote": "support@docfast.dev on footer, impressum, terms, openapi.json, landing page",
|
||||
"statusPage": true,
|
||||
"statusPageNote": "Styled /status page live at https://docfast.dev/status. Auto-refreshes, shows DB + pool stats.",
|
||||
"userAccountSystemNote": "Signup, verification, key recovery all working. Change email removed (security decision). Email delivery working (BUG-050 FIXED)."
|
||||
"userAccountSystemNote": "Signup, verification, key recovery all working. Change email removed (security decision). Email delivery working (BUG-050 FIXED).",
|
||||
"stripeInvoices": true,
|
||||
"stripeInvoicesNote": "Enabled in Stripe Dashboard 2026-02-17. Austrian/EU legal requirement met.",
|
||||
"stripeWebhookEvents": true,
|
||||
"stripeWebhookEventsNote": "customer.subscription.updated + customer.updated added 2026-02-17",
|
||||
"emailDelivery": true,
|
||||
"emailDeliveryNote": "MX record fixed 2026-02-17. Postfix + DKIM operational."
|
||||
},
|
||||
"loadTestResults": {
|
||||
"sequential": "~2.1s per PDF, ~28/min",
|
||||
|
|
@ -98,22 +104,30 @@
|
|||
},
|
||||
"openBugs": {
|
||||
"CRITICAL": [],
|
||||
"HIGH": [
|
||||
"BUG-049: No invoice email sent to Pro customers — needs Stripe Dashboard setting enabled"
|
||||
],
|
||||
"HIGH": [],
|
||||
"MEDIUM": [],
|
||||
"LOW": [],
|
||||
"note": "Session 49: BUG-050 FIXED (MX DNS record corrected by investor). BUG-049 remains (invoice emails). Webhook needs customer.subscription.updated + customer.updated events added in Stripe Dashboard. Frontend polish (LOW/INFO bugs) in progress."
|
||||
},
|
||||
"blockers": [
|
||||
"BUG-049: Stripe invoice emails not enabled — legally required in Austria/EU. Investor must enable in Stripe Dashboard.",
|
||||
"Stripe webhook events: investor must add customer.subscription.updated + customer.updated to webhook endpoint in Stripe Dashboard."
|
||||
"LOW": [
|
||||
"BUG-053: JS minification",
|
||||
"BUG-054: Brotli compression",
|
||||
"BUG-055: preconnect hints",
|
||||
"BUG-058: twitter:image meta",
|
||||
"BUG-060: sub-page og:tags",
|
||||
"BUG-061: /status in sitemap",
|
||||
"BUG-067: skip-to-content link",
|
||||
"BUG-069: /docs footer"
|
||||
],
|
||||
"note": "Session 49: All CRITICAL/HIGH/MEDIUM bugs resolved. BUG-049 (invoices), BUG-050 (MX DNS), webhook events, checkout env \u2014 all fixed. 8 LOW/INFO cosmetic items remain."
|
||||
},
|
||||
"blockers": [],
|
||||
"resolvedBlockers": [
|
||||
"E2E Pro payment test — DONE 2026-02-16, investor paid €9 successfully, Pro key provisioned",
|
||||
"CI/CD secrets — DONE 2026-02-16, 3 Forgejo secrets added by investor",
|
||||
"Off-site backups — DONE 2026-02-16, Hetzner Storage Box configured with BorgBackup"
|
||||
"E2E Pro payment test \u2014 DONE 2026-02-16, investor paid \u20ac9 successfully, Pro key provisioned",
|
||||
"CI/CD secrets \u2014 DONE 2026-02-16, 3 Forgejo secrets added by investor",
|
||||
"Off-site backups \u2014 DONE 2026-02-16, Hetzner Storage Box configured with BorgBackup",
|
||||
"BUG-049: Stripe invoice emails enabled by investor \u2014 DONE 2026-02-17",
|
||||
"BUG-050: MX DNS record fixed by investor \u2014 DONE 2026-02-17",
|
||||
"Stripe webhook events (customer.subscription.updated + customer.updated) added \u2014 DONE 2026-02-17",
|
||||
"Checkout .env persistence + CI/CD secrets pipeline \u2014 DONE 2026-02-17"
|
||||
],
|
||||
"startDate": "2026-02-14",
|
||||
"sessionCount": 48
|
||||
"sessionCount": 49
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue