snapapi: session 29 — QA pass, fix financials
This commit is contained in:
parent
007d33f443
commit
a77f500763
4 changed files with 45 additions and 13 deletions
|
|
@ -52,14 +52,14 @@
|
||||||
],
|
],
|
||||||
"notes": "N26 uses Xetra tickers. Always provide ISIN for orders. Fractional shares by EUR amount supported.",
|
"notes": "N26 uses Xetra tickers. Always provide ISIN for orders. Fractional shares by EUR amount supported.",
|
||||||
"created": "2026-02-12T20:00:00Z",
|
"created": "2026-02-12T20:00:00Z",
|
||||||
"lastUpdated": "2026-02-25T16:15:00Z",
|
"lastUpdated": "2026-02-26T16:15:00Z",
|
||||||
"closingSnapshot": {
|
"closingSnapshot": {
|
||||||
"date": "2026-02-25",
|
"date": "2026-02-26",
|
||||||
"DFNS": 58.96,
|
"DFNS": 59.11,
|
||||||
"portfolioValue": 1048.55,
|
"portfolioValue": 1051.22,
|
||||||
"dailyPL": -5.16,
|
"dailyPL": 2.67,
|
||||||
"dailyPLpct": -0.49,
|
"dailyPLpct": 0.25,
|
||||||
"totalReturn": 4.85
|
"totalReturn": 5.12
|
||||||
},
|
},
|
||||||
"pendingActions": []
|
"pendingActions": []
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,7 @@
|
||||||
{
|
{
|
||||||
"date": "2026-02-25",
|
"date": "2026-02-26",
|
||||||
"events": [
|
"events": [
|
||||||
{"time": "19:09", "activity": "Wind-down check-in sent. Suggested Conan (Moonlight Sonata Murder Case) or King of Queens.", "source": "heartbeat"},
|
{"time": "19:01", "activity": "Wind-down check-in sent. Suggested KoQ/Conan/Herr der Puppen. Nose shower reminder included.", "source": "heartbeat"}
|
||||||
{"time": "20:10", "activity": "Still working on something, finishing up. Plans to watch something after.", "source": "chat"},
|
|
||||||
{"time": "21:00", "activity": "Nose shower reminder sent.", "source": "heartbeat"},
|
|
||||||
{"time": "21:05", "activity": "Nose shower already done ✅", "source": "chat"}
|
|
||||||
],
|
],
|
||||||
"yesterday": {
|
"yesterday": {
|
||||||
"sleep": "~00:00 (midnight)",
|
"sleep": "~00:00 (midnight)",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
"subscribers": 0
|
"subscribers": 0
|
||||||
},
|
},
|
||||||
"pricing": {
|
"pricing": {
|
||||||
"free": { "limit": 100, "price": 0 },
|
|
||||||
"starter": { "limit": 1000, "price": 9 },
|
"starter": { "limit": 1000, "price": 9 },
|
||||||
"pro": { "limit": 5000, "price": 29 },
|
"pro": { "limit": 5000, "price": 29 },
|
||||||
"business": { "limit": 25000, "price": 79 }
|
"business": { "limit": 25000, "price": 79 }
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,41 @@
|
||||||
# SnapAPI Session Log
|
# SnapAPI Session Log
|
||||||
|
|
||||||
|
## Session 29 — 2026-02-26 17:00 UTC (QA + Status Check)
|
||||||
|
|
||||||
|
**Goal:** QA pass on production, assess readiness, clean up state.
|
||||||
|
|
||||||
|
### What Was Done
|
||||||
|
|
||||||
|
1. **Full production QA** — crawled all pages and endpoints:
|
||||||
|
- All pages return 200 ✅ (except /usage.html → 404, known BUG-014)
|
||||||
|
- Extensionless redirects working (/privacy, /terms, /impressum → 301) ✅
|
||||||
|
- No broken links from landing page ✅ (usage.html not linked from prod nav)
|
||||||
|
- /health shows version 0.1.0 (stale, BUG-012 — fixed on staging)
|
||||||
|
- OpenAPI still has /v1/signup/free (BUG-013 — fixed on staging)
|
||||||
|
|
||||||
|
2. **Test suite verified** — 136 passing, 2 skipped (integration tests need infra)
|
||||||
|
|
||||||
|
3. **Fixed financials.json** — removed stale free tier entry
|
||||||
|
|
||||||
|
4. **SDK audit** — Node.js and Python SDKs exist but have zero tests (low priority, not blocking launch)
|
||||||
|
|
||||||
|
### Investor Test
|
||||||
|
1. Trust with money? **Yes on staging**, production is one deploy behind
|
||||||
|
2. Data loss on crash? **No** — PostgreSQL with managed cluster
|
||||||
|
3. Free tier abuse? **Low** — playground IP-limited (5/hr) + watermarked
|
||||||
|
4. Key recovery? **Yes on staging**, production has recovery.html
|
||||||
|
5. Website features? **All working on staging**; prod missing usage dashboard only
|
||||||
|
|
||||||
|
### Assessment
|
||||||
|
Staging v0.6.0 has been verified across 3 sessions now. Production v0.5.2 is stable but missing 8+ fixes/features. **Recommending production deploy.**
|
||||||
|
|
||||||
|
### Blockers (unchanged)
|
||||||
|
- Stripe webhook needs dashboard registration
|
||||||
|
- CI/CD needs Forgejo token with write:package scope
|
||||||
|
- Prod deploy needs investor approval for v0.6.0 tag
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Session 28 — 2026-02-26 14:00 UTC (Deployment Unblocked)
|
## Session 28 — 2026-02-26 14:00 UTC (Deployment Unblocked)
|
||||||
|
|
||||||
**Goal:** Unblock staging deployment (registry push was broken since session 27).
|
**Goal:** Unblock staging deployment (registry push was broken since session 27).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue