Files
adaptive-pricing/projects/coulomb-pricing/data/membership.json
tegwick 8f42220d81 Adapt economics dashboard to sole-member zero-cost reality
Update membership, revenue, and cost registries to one active member with
no running costs. Refresh dashboard report and tests for €8.99 revenue and
100% gross margin.
2026-06-22 01:41:59 +02:00

16 lines
408 B
JSON

{
"version": 1,
"snapshot_date": "2026-06-22",
"members": [
{
"id": "member-founder",
"external_id": null,
"status": "active",
"joined_at": "2025-11-03",
"plan_id": "flat-899-eur-monthly",
"source": "manual",
"note": "Sole active member (founder)"
}
],
"note": "Current reality: one active member. Bubble importer (Sprint 2) will sync live data."
}