Loading...
Loading...
Compare original and translation side by side
Define terminology and data structures used throughout the project
定义整个项目中使用的术语和数据结构
| Category | Description | Example |
|---|---|---|
| Business Terms | Internal proprietary terms | "Caddy" (golf booking assistant) |
| Global Standards | Industry common or technical standard terms | "OAuth", "REST API" |
| Mapping | Business ↔ Global correspondence | "Member" = User, "Payment" = Payment |
| 分类 | 描述 | 示例 |
|---|---|---|
| 业务术语 | 内部专有术语 | "Caddy"(高尔夫预订助手) |
| 全球标准术语 | 行业通用或技术标准术语 | "OAuth", "REST API" |
| 映射关系 | 业务术语与全球标准术语的对应关系 | "Member" = User,"Payment" = Payment |
undefinedundefined| Term | English | Definition | Global Standard Mapping |
|---|---|---|---|
| Caddy | Caddy | AI assistant that helps book golf rounds | Booking Assistant |
| Round | Round | One 18-hole golf play | Session, Booking |
| Green Fee | Green Fee | Golf course usage fee | Usage Fee |
| 术语 | 英文 | 定义 | 对应全球标准术语 |
|---|---|---|---|
| Caddy | Caddy | 帮助预订高尔夫场次的AI助手 | Booking Assistant |
| Round | Round | 一场18洞高尔夫球局 | Session, Booking |
| Green Fee | Green Fee | 高尔夫球场使用费 | Usage Fee |
| Term | Definition | Reference |
|---|---|---|
| OAuth 2.0 | Authentication protocol | RFC 6749 |
| REST | API architecture style | - |
| UUID | Universal Unique Identifier | RFC 4122 |
| 术语 | 定义 | 参考文档 |
|---|---|---|
| OAuth 2.0 | 身份验证协议 | RFC 6749 |
| REST | API架构风格 | - |
| UUID | 通用唯一标识符 | RFC 4122 |
CaddyRoundbooking_assistantundefinedCaddyRoundbooking_assistantundefinedundefinedundefineddocs/01-plan/glossary.md
**Method 2**: Add term rules to project CLAUDE.md
```markdown
<!-- Add to CLAUDE.md -->
Project terms are defined in docs/01-plan/glossary.md.
Always reference when using business terms.docs/01-plan/glossary.md
**方法2**:在项目CLAUDE.md中添加术语规则
```markdown
<!-- 添加至CLAUDE.md -->
项目术语定义在docs/01-plan/glossary.md中。
使用业务术语时请务必参考该文档。docs/01-plan/
├── glossary.md # Glossary (recommended new)
│ ├── Business Terms
│ ├── Global Standards
│ └── Mapping Table
├── schema.md # Data schema
├── terminology.md # (existing) → recommend merging into glossary.md
└── domain-model.md # Domain modeldocs/01-plan/
├── glossary.md # 术语表(建议新增)
│ ├── 业务术语
│ ├── 全球标准术语
│ └── 映射表
├── schema.md # 数据Schema
├── terminology.md # (已有文档)→ 建议合并至glossary.md
└── domain-model.md # 领域模型| Level | Application Level |
|---|---|
| Starter | Simple (core terms only) |
| Dynamic | Detailed (all entities) |
| Enterprise | Detailed (per microservice) |
| 级别 | 应用程度 |
|---|---|
| 入门级 | 基础版(仅核心术语) |
| 动态级 | 详细版(覆盖所有实体) |
| 企业级 | 精细化版(按微服务拆分) |
"What are the core 'things' this project deals with?"
"What are the relationships between users, products, orders...?"
"Are 'member' and 'user' the same or different?""本项目涉及的核心'事物'有哪些?"
"用户、产品、订单之间的关系是什么?"
"'member'和'user'是相同的概念还是不同的?"templates/pipeline/phase-1-schema.template.mdtemplates/pipeline/phase-1-schema.template.md