You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Create and manage Architecture Decision Records (ADRs) and Architecture Descriptions (AD.md) using Rozanski & Woods Viewpoints and Perspectives methodology"
Copy file name to clipboardExpand all lines: extensions/architect/templates/views/functional.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,15 @@
11
11
12
12
**Purpose**: Describe functional elements, their responsibilities, and interactions
13
13
14
+
> **Technology Abstraction Rule**: Elements must be described by **architectural role** (Database, Object Storage, Cache, Message Queue, AI Gateway, Workflow Runtime, App Shell, etc.) — never by product name. This view captures *what* the system does, not *how* it's implemented.
15
+
>
16
+
> See Development View §3.5.2 for concrete technology choices mapped to these elements.
17
+
14
18
### 3.2.1 Functional Elements
15
19
16
20
| Element | Responsibility | Interfaces Provided | Dependencies |
0 commit comments