Files
Salon_Assistant/data/fixtures/setup/capability_matrix.json
T
Ty 76df8b7ab6 Implement E1 setup-education and capability report (fixtures).
Add owner-safe lesson catalog, fixture-backed capability statuses, CLI, and unit tests without live OAuth or connect scripts.
2026-07-27 13:10:57 -07:00

63 lines
1.6 KiB
JSON

{
"salon_name": "Lumina Hair Studio & Spa",
"is_fixture": true,
"generated_at": "2026-07-27T00:00:00Z",
"note": "Fixture data for demo capability report — not live connection state",
"capabilities": [
{
"area": "identity",
"provider": "assistant_name",
"status": "connected",
"details": "Assistant named 'Lumina'"
},
{
"area": "profile",
"provider": "owner_profile",
"status": "connected",
"details": "Business name, timezone, hours, and hard rules configured"
},
{
"area": "channels",
"provider": "whatsapp",
"status": "connected",
"details": "WhatsApp channel active"
},
{
"area": "channels",
"provider": "email",
"status": "skipped",
"details": "Owner chose to skip email channel for now"
},
{
"area": "channels",
"provider": "telegram",
"status": "later",
"details": "Planned for future setup"
},
{
"area": "scheduling",
"provider": "vagaro",
"status": "offline",
"details": "Not yet connected — using fixture appointment data"
},
{
"area": "scheduling",
"provider": "square",
"status": "skipped",
"details": "Owner uses Vagaro, not Square"
},
{
"area": "books",
"provider": "quickbooks_online",
"status": "offline",
"details": "Not yet connected — using fixture financial data"
},
{
"area": "expectations",
"provider": "boundaries",
"status": "connected",
"details": "Owner reviewed draft-only, no-pay, no-publish boundaries"
}
]
}