← back to Marketing Command Center
modules/clients/index.js
17 lines
// Clients & Prospects module — registers the panel that browses the staged
// client/prospect datasets (FileMaker clients + Google-Places prospect groups)
// for LinkedIn + Instagram discovery and email review.
//
// The panel reads static data files under public/data/ (clients-manifest.json →
// clients-fm.json + prospects-*.json), refreshed by the fleet job
// com.steve.mcc-clients-refresh (scripts/refresh-clients.sh). This module needs
// no API routes — it exists so the registry mounts the panel with a real title
// + icon (not the "pending" placeholder). Read-only; nothing here uploads to
// Constant Contact (Steve-gated).
module.exports = {
id: 'clients',
title: 'Clients & Prospects',
icon: '👥',
mount(_router) { /* no server routes — panel reads static data files */ },
};