Procedures
| Reference | Title | Category | Status | Issued | Actions |
|---|
Staff Submissions
Email Notifications
Email notifications are sent via your GoDaddy hosting server using PHP mail. No third-party accounts or configuration needed. When you approve a staff submission in the Admin panel, an email is sent automatically to all addresses in the staff list below. Click Test Notification to confirm it is working.
Notifications are sent to all addresses below when a new scenario is approved. Add or remove addresses as staff change.
Bell Handbook
Data & Export
Option A — PHP backend (recommended for production): Set up api.php on GoDaddy. Bell Intelligence will fetch live data from the server on every load. Changes in the admin panel are immediately live for all staff on all devices.
Option B — Export and paste (current): Data is saved to this browser's localStorage. Use the export buttons below to generate updated data, then paste the code into bell-intelligence.html to publish changes to staff. This works but requires the manual paste step each time.
Generates the updated PLAYBOOK JavaScript array. Paste this into bell-intelligence.html replacing the existing const PLAYBOOK = [...] block.
Generates the updated PROCS JavaScript array. Paste this into bell-intelligence.html replacing the existing const PROCS = [...] block.
Upload a JSON backup to restore data. This will overwrite your current data — use with caution.