Skip to content

Commit dd95711

Browse files
committed
added SAD template
1 parent 910ba24 commit dd95711

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Solution Architecture Document - template
22
This document contains Solution Architecture Process and Solution Architecture Document as a result artifact.
33

4+
#### General information
45
Basically the SA working process consist of the main phases:
56
- [Requirement gathering](requirements.md)
67
- [Stakeholders](./requirements.md#stakeholder-list-creating)
@@ -17,6 +18,10 @@ Basically the SA working process consist of the main phases:
1718
- Development
1819
- Migration
1920

21+
#### SAD template
22+
The solution architecture document template can be copied to a documentation system like Confluence, Docx, wiki and be modified as per need.
23+
The template can be found [here](template.md).
24+
2025
##### Recommended links/books
2126

2227
- [The 4 + 1 View Model of Software Architecture by Philippe Kruhten](https://www.cs.ubc.ca/~gregor/teaching/papers/4+1view-architecture.pdf)

template.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
#### Contents
2+
- [1. Executive summary](#1.-executive-summary)
3+
- [1. Executive summary2](#2.4-scope)
4+
5+
#### 1. Executive summary
6+
[Description: This is a mostly non-technical summary of the entire Solution Architecture Document (SAD) for customer top management. We recommend creating it based on the sections below. The idea was to prepare a ready-to-use template for this document type.
7+
Section Type: Mandatory]
8+
9+
#### 2. Introduction
10+
[Description: This section provides the context for Solution Architect work.
11+
Section Type: Mandatory]
12+
13+
##### 2.1 Definitions, Acronyms, Abbreviations
14+
[Description: This section must clearly clarify all the definitions, acronyms and abbreviations used in the document.
15+
Section Type: Highly recommended]
16+
17+
|Abbreviation or Acronym | Definition |
18+
|------------------------|-------------------------------------------|
19+
| FHIR | Fast Healthcare Interoperability Resource | |
20+
| TH | Transaction Hub |
21+
22+
##### 2.2 Purpose
23+
[Description: This section explains why this architectural work is being done. This provides the basis for the “executive summary” section.
24+
You need list stakeholders of the architectural work and goals of this work.
25+
Section Type: Mandatory]
26+
27+
##### 2.2.1 Stakeholders
28+
[Description: You need list stakeholders of the architectural work, their roles, names, contact data and their reasons for requesting this architectural work in the table below.
29+
Section Type: Mandatory]
30+
31+
|Stakeholder Side |Stakeholder Role |Stakeholder Name |Contacts Architectural Work Request Reasons |
32+
|---------------------|-----------------------------|-----------------|-------------------------------------------------------|
33+
|Director |Accountant |John Smith |Budget approval |
34+
|Enterprise Architect |Enterprise Architect |Bill Bbb |Architecture approval on customer side |
35+
|Solution Architect |Solution Architect |Andy Ccc |SME and NFR approval |
36+
|Project advisor |Company strategy coordinator |Paul Ddd |Approve strategy and changes in FR between departments |
37+
|Product owner |SME expert |Jeremy Eee |Functional requirement validation |
38+
39+
##### 2.2.2 Goals
40+
[Description: You need to formulate and list goals of architectural work having stakeholders concerns in mind.
41+
Section Type: Mandatory]
42+
43+
##### 2.3 Business drivers
44+
[Description: This section describes main customer business drivers for architectural work.
45+
Section Type: Highly recommended]
46+
47+
##### 2.4 Scope
48+
[Description: This section defines the scope of the architectural work.
49+
Section Type: Mandatory]
50+
51+
##### 2.5 Document overview
52+
[Description: This section explains the document structure, sections and so on.
53+
Section Type: Optional]
54+
55+

0 commit comments

Comments
 (0)