chore: repo cleanup + docs for admin API and DB schema (v1.2.8)
- remove stale docs/admin-frontend-spec.md (old Express/EJS admin), unused templates/ (SmartAdmin copy), dead scripts/sync-agents.cjs, committed dev.pid - add docs/API.md (admin REST API reference) and docs/DATABASE.md (DB schema) - refresh .env.example: drop stale ADMIN_PORT/SHOP_CONTAINER, add ADMIN_URL, HEALTH_PORT, DEFAULT_LANGUAGE, CHATBOT_API_* - add npm run lint so Gitea workflows pass - rebrand web-testing suite from APAW to telegram-shop
This commit is contained in:
@@ -8,10 +8,17 @@
|
||||
|
||||
## Current Version
|
||||
|
||||
**v1.2.7** — 2026-08-08
|
||||
**v1.2.8** — 2026-08-09
|
||||
|
||||
## Changelog
|
||||
|
||||
### v1.2.8 — 2026-08-09
|
||||
- **chore**: repo cleanup — removed stale `docs/admin-frontend-spec.md` (old Express/EJS admin), unused `templates/` (SmartAdmin copy), dead `scripts/sync-agents.cjs`, committed `admin-next/.zscripts/dev.pid`
|
||||
- **docs**: added `docs/API.md` (admin REST API reference) and `docs/DATABASE.md` (DB schema); README structure updated
|
||||
- **env**: `.env.example` refreshed — removed stale `ADMIN_PORT`/`SHOP_CONTAINER` defaults, added `ADMIN_URL`, `HEALTH_PORT`, `DEFAULT_LANGUAGE`, `CHATBOT_API_ENDPOINT`, `CHATBOT_API_KEY`
|
||||
- **ci**: added `npm run lint` script (syntax check of `src/`) so Gitea workflows no longer fail
|
||||
- **chore**: rebranded web-testing suite from APAW to telegram-shop (package name, container names)
|
||||
|
||||
### v1.2.7 — 2026-08-08
|
||||
- **refactor**: Remove old Express/EJS admin panel (replaced by Next.js admin in admin-next/); bot now has standalone health server; SUPER_ADMIN_SECRET for admin auth
|
||||
|
||||
|
||||
Reference in New Issue
Block a user