Go to file
zheng020 3ee35601e2 docs: clarify new service relationships with current backend
Per user feedback, the relationships of the 4 new services to the existing backend are different than previously described:

- admin: SHARES database with current system (direct DB connection, not API). Access control via DB account/RBAC.
- review: CALLED BY current backend (gateway/assetservice invokes its API for submission; result returns via callback/message/shared table)
- ai-image-gen: CALLED BY current backend (gateway originally called MiniMax directly, now calls ai-image-gen's API)
- ai-chat: CALLED BY current backend/frontend (extracted from aichatservice)

Section 1.3 rewritten to make this distinction explicit.
Section 11.4.3 expanded to describe the different cross-namespace patterns:
  - admin: no API calls, connects to same RDS via ExternalName
  - review: needs cross-ns Dubbo to read content from each group
  - ai-image-gen / ai-chat: receive calls, may indirectly call userservice via short DNS

This also has implications for the data-layer multi-tenancy in §11.4.4 — admin still needs group_id to filter across groups when reading the shared DB.
2026-06-09 17:07:54 +08:00
.agents/skills feat:实现AI生成镭射卡功能 2026-06-03 22:19:22 +08:00
backend feat: 铸造菜单改为动态配置 2026-06-09 12:38:12 +08:00
docker feat: 修改头像显示不全,修改docker的配置 2026-06-04 16:41:20 +08:00
docs docs: clarify new service relationships with current backend 2026-06-09 17:07:54 +08:00
frontend feat: 铸造菜单改为动态配置 2026-06-09 12:38:12 +08:00
mock feat: 修改遗留bug 2026-04-12 16:05:13 +08:00
scripts 压缩图片 2026-05-06 12:04:34 +08:00
supabase/migrations feat: 合并代码,解决冲突 2026-05-16 02:42:32 +08:00
.gitignore feat:修改数据看板 2026-06-09 00:37:42 +08:00
AGENTS.md feat:实现AI生成镭射卡功能 2026-06-03 22:19:22 +08:00
CLAUDE.md fix: 样式修复、创作者头像修复 2026-06-03 18:13:16 +08:00
README.md fix:修改瀑布流ios的抖动现象 2026-05-13 13:03:45 +08:00

TopFans