adaptive-pricing/projects/coulomb-pricing/data/membership.json

40 lines
938 B
JSON
Raw Normal View History

{
"version": 1,
"snapshot_date": "2026-06-21",
"members": [
{
"id": "member-001",
"external_id": null,
"status": "active",
"joined_at": "2025-11-03",
"plan_id": "flat-899-eur-monthly",
"source": "seed"
},
{
"id": "member-002",
"external_id": null,
"status": "active",
"joined_at": "2026-01-15",
"plan_id": "flat-899-eur-monthly",
"source": "seed"
},
{
"id": "member-003",
"external_id": null,
"status": "active",
"joined_at": "2026-03-28",
"plan_id": "flat-899-eur-monthly",
"source": "seed"
},
{
"id": "member-004",
"external_id": null,
"status": "churned",
"joined_at": "2025-08-10",
"churned_at": "2026-02-01",
"plan_id": "flat-899-eur-monthly",
"source": "seed"
}
],
"note": "Seed data for Sprint 1; replaced by Bubble importer in Sprint 2"
}