Skip to content

Commit 25966fd

Browse files
authored
Update _strategy.md
Signed-off-by: Jarkko Moilanen <jarkko@vimo.fi>
1 parent 2791615 commit 25966fd

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

source/includes/_strategy.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,6 @@ The `productStrategy` object captures the business intent behind a data product,
55

66
By embedding business logic directly into the product specification, `productStrateg`y helps ensure that data products are not only technically sound but also strategically impactful.
77

8-
## Optional attributes and elements
9-
10-
11-
12-
| <div style="width:180px">Element name</div> | Type | Options | Description |
13-
|--------------------------------------------|------------------|--------------------------|-----------------------------------------------------------------------------|
14-
| **productStrategy** | object | - | Top-level block that connects the data product to business goals and KPIs |
15-
| **objectives** | array of objects | language-tagged strings | Business objectives the product supports, written in natural language |
16-
| **kpis** | array | `$ref` or inline object | Key performance indicators that define success for this product |
17-
| **name** | string | - | Name of the KPI |
18-
| **description** | string | - | Human-readable description of the KPI |
19-
| **unit** | string | e.g., `percentage`, `s` | Unit of measurement for the KPI |
20-
| **objective** | string/number | - | Target value to be achieved |
21-
| **strategicAlignment** | array | language-tagged strings | Strategic initiatives, policies, or visions the product aligns with |
22-
238
> Example of product strategy and KPIs usage:
249
2510
```yml
@@ -43,5 +28,21 @@ product:
4328
strategicAlignment:
4429
- en: Smart City Vision 2030
4530
```
31+
## Optional attributes and elements
32+
33+
34+
35+
| <div style="width:180px">Element name</div> | Type | Options | Description |
36+
|--------------------------------------------|------------------|--------------------------|-----------------------------------------------------------------------------|
37+
| **productStrategy** | object | - | Top-level block that connects the data product to business goals and KPIs |
38+
| **objectives** | array of objects | language-tagged strings | Business objectives the product supports, written in natural language |
39+
| **kpis** | array | `$ref` or inline object | Key performance indicators that define success for this product |
40+
| **name** | string | - | Name of the KPI |
41+
| **description** | string | - | Human-readable description of the KPI |
42+
| **unit** | string | e.g., `percentage`, `s` | Unit of measurement for the KPI |
43+
| **objective** | string/number | - | Target value to be achieved |
44+
| **strategicAlignment** | array | language-tagged strings | Strategic initiatives, policies, or visions the product aligns with |
45+
46+
4647

4748
Bring your ideas, questions, and use cases — [join the ODPS Discord](https://discord.gg/7KfnFxAc) and get involved!

0 commit comments

Comments
 (0)