ATC_SIMPLE/BACKEND/database/seeders
nguyentrungthat 1ae7550d77 Add Prompt AI model, API, seeds and UI
Introduce PromptAi support: add model, migration, seeder and controller with full CRUD endpoints, and register routes under /api/prompt-ai. Integrate DB-driven prompts into LineConnection (replace hardcoded prompt strings for DPELP and ENV with fetched PromptAi records). Update frontend ModalConfig to add a Prompt AI management tab (fetch, create, edit prompts), plus related UI tweaks (tabs, prompt editor modal, axios/notifications). This makes AI prompts editable at runtime without code changes.
2026-05-06 10:32:45 +07:00
..
index.ts Add Prompt AI model, API, seeds and UI 2026-05-06 10:32:45 +07:00
prompt_ai_seeder.ts Add Prompt AI model, API, seeds and UI 2026-05-06 10:32:45 +07:00