baic_dashboard/frontend
michael 882cd4dc0d Update assistant friendly names with current production assistants
Updated assistantMapping.js with friendly names for all active assistants:
- Banner & Ad Server Assistant (updated from Copy Assistant)
- Social Assistant
- SEM Assistant
- Email Assistant
- Free Chat

This improves UX by showing descriptive names in the assistant filter dropdown instead of raw IDs.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 14:56:13 -06:00
..
public initial commit 2025-11-12 15:55:59 -06:00
src Update assistant friendly names with current production assistants 2025-11-18 14:56:13 -06:00
.gitignore initial commit 2025-11-12 15:55:59 -06:00
baic-logo.png initial commit 2025-11-12 15:55:59 -06:00
eslint.config.js initial commit 2025-11-12 15:55:59 -06:00
index.html initial commit 2025-11-12 15:55:59 -06:00
package-lock.json initial commit 2025-11-12 15:55:59 -06:00
package.json initial commit 2025-11-12 15:55:59 -06:00
README.md initial commit 2025-11-12 15:55:59 -06:00
vite.config.js extracted all domains, URLS, secrets, etc. to .env and wrote a deploy script to deploy on server 2025-11-12 16:27:59 -06:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.