Skip to content

Terminology Glossary

Updated: 2026-02-12

This page standardizes core terms used across Dujiao-Next documentation to reduce ambiguity in collaboration and implementation.

1. Core Terms Mapping

Simplified ChineseEnglish TermTraditional ChineseNotes
前台User Frontend前台End-user facing site (web is now unified as user)
后台Admin Panel後台Admin management interface (admin-web is now unified as admin)
后端 / APIAPI Service後端 / APIBackend business API service (repo: dujiao-next)
文档站Documentation文件站Official docs site (repo: document)
商品Product商品Sellable item (digital or manually fulfilled)
订单Order訂單Transaction record created after purchase
人工交付Manual Fulfillment人工交付Delivery handled manually by admins
自动交付Automatic Fulfillment自動交付Delivery completed automatically after successful payment
支付渠道Payment Channel支付渠道Payment method configured in admin panel
同步回跳Sync Return URL同步回跳Browser redirect URL after payment completion
异步回调Async Notify/Webhook非同步回調Server-to-server payment notification endpoint
权限策略Authorization Policy權限策略Access policy for role-based API/menu permissions
角色继承Role Inheritance角色繼承Permission inheritance relationship between roles
赞助商Sponsor贊助商Partner displayed in documentation ad slots

2. Naming Conventions

  • Project name: Dujiao-Next
  • Project short name: D&N
  • Frontend for end users: User (not Web)
  • Admin frontend: Admin
  • Backend service: API

3. Repository Mapping

4. Writing Guidelines

  • Reuse standardized terms from this glossary in new docs.
  • Use "Sync Return URL / Async Notify (Webhook)" consistently for payment flows.
  • Use User and Admin consistently when distinguishing product-facing interfaces.

Released under the MIT License.