ATC_SIMPLE/BACKEND
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
..
app Add Prompt AI model, API, seeds and UI 2026-05-06 10:32:45 +07:00
bin Initial commit 2025-10-23 17:00:58 +07:00
config Update 2025-11-10 15:26:59 +07:00
database Add Prompt AI model, API, seeds and UI 2026-05-06 10:32:45 +07:00
providers Update socket_io_provider.ts 2026-03-30 08:31:41 +07:00
start Add Prompt AI model, API, seeds and UI 2026-05-06 10:32:45 +07:00
tests Initial commit 2025-10-23 17:00:58 +07:00
.editorconfig Initial commit 2025-10-23 17:00:58 +07:00
.env.example Update 2025-11-10 15:26:59 +07:00
.gitignore Update .gitignore 2026-01-08 15:22:35 +07:00
ace.js Initial commit 2025-10-23 17:00:58 +07:00
adonisrc.ts Update 2025-11-10 15:26:59 +07:00
eslint.config.js Initial commit 2025-10-23 17:00:58 +07:00
package-lock.json Update send zulip 2025-12-08 16:30:17 +07:00
package.json Update send zulip 2025-12-08 16:30:17 +07:00
tsconfig.json Initial commit 2025-10-23 17:00:58 +07:00