Skip to content

Commit 7c2c4df

Browse files
authored
Merge pull request #1145 from eclipse-tractusx/fix/issue-1135
docs(trace): fix broken tables (#1135)
2 parents af90a5c + d1d817e commit 7c2c4df

File tree

3 files changed

+29
-24
lines changed

3 files changed

+29
-24
lines changed

DEPENDENCIES

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ npm/npmjs/-/ieee754/1.2.1, BSD-3-Clause, approved, clearlydefined
393393
npm/npmjs/-/ignore/5.2.4, MIT, approved, #5907
394394
npm/npmjs/-/image-size/1.0.2, MIT, approved, clearlydefined
395395
npm/npmjs/-/immer/9.0.17, MIT, approved, #7037
396-
npm/npmjs/-/import-fresh/3.3.0, MIT, approved, clearlydefined
396+
npm/npmjs/-/import-fresh/3.3.0, MIT, approved, #19299
397397
npm/npmjs/-/import-lazy/2.1.0, MIT, approved, clearlydefined
398398
npm/npmjs/-/imurmurhash/0.1.4, MIT, approved, clearlydefined
399399
npm/npmjs/-/indent-string/4.0.0, MIT, approved, clearlydefined
@@ -911,10 +911,10 @@ npm/npmjs/-/typescript/4.9.4, Apache-2.0 AND (CC-BY-4.0 AND LicenseRef-scancode-
911911
npm/npmjs/-/ua-parser-js/0.7.32, MIT, approved, #18507
912912
npm/npmjs/-/uc.micro/1.0.6, MIT, approved, #1022
913913
npm/npmjs/-/unherit/1.1.3, MIT, approved, clearlydefined
914-
npm/npmjs/-/unicode-canonical-property-names-ecmascript/2.0.0, MIT, approved, clearlydefined
914+
npm/npmjs/-/unicode-canonical-property-names-ecmascript/2.0.0, MIT, approved, #19200
915915
npm/npmjs/-/unicode-match-property-ecmascript/2.0.0, MIT, approved, clearlydefined
916916
npm/npmjs/-/unicode-match-property-value-ecmascript/2.1.0, MIT, approved, #4991
917-
npm/npmjs/-/unicode-property-aliases-ecmascript/2.1.0, MIT, approved, clearlydefined
917+
npm/npmjs/-/unicode-property-aliases-ecmascript/2.1.0, MIT AND Unicode-3.0, approved, #19201
918918
npm/npmjs/-/unified/10.1.2, MIT, approved, clearlydefined
919919
npm/npmjs/-/unified/9.2.0, MIT, approved, clearlydefined
920920
npm/npmjs/-/unified/9.2.2, MIT, approved, clearlydefined
@@ -1280,7 +1280,7 @@ npm/npmjs/@types/ms/0.7.31, MIT, approved, #10811
12801280
npm/npmjs/@types/node/14.18.36, MIT, approved, #4611
12811281
npm/npmjs/@types/node/17.0.45, MIT, approved, clearlydefined
12821282
npm/npmjs/@types/node/18.11.18, MIT, approved, #5746
1283-
npm/npmjs/@types/parse-json/4.0.0, MIT, approved, clearlydefined
1283+
npm/npmjs/@types/parse-json/4.0.0, MIT, approved, #19219
12841284
npm/npmjs/@types/parse5/5.0.3, MIT, approved, clearlydefined
12851285
npm/npmjs/@types/parse5/6.0.3, MIT, approved, clearlydefined
12861286
npm/npmjs/@types/prop-types/15.7.5, MIT, approved, #16176

docs-kits/kits/Traceability Kit/Software Development View/part_aspect-models.mdx

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Aspect model in GitHub:
111111
```
112112

113113
### SoftwareInformation
114-
The software information aspect model contains the essential information of all software components that have been implemented or flashed in an instantiated part (e.g. serialized part).
114+
The software information aspect model contains the essential information of all software components that have been implemented or flashed in an instantiated part (e.g. serialized part).
115115

116116
Aspect model in GitHub:
117117
- Version 1.0.0: https://github.com/eclipse-tractusx/sldt-semantic-models/tree/main/io.catenax.software_information/1.0.0
@@ -166,7 +166,7 @@ Aspect model in GitHub:
166166
```
167167

168168
### SpecialCharacteristicMeasurement
169-
Special Characteristics are measureable and these measurements are of interest for a consumer who defined these characteristics. The proposal is a data model "result" which represents a measurement related to a specific measurement and product. A measurement result is identified by the identification of a characteristic and the product.
169+
Special Characteristics are measureable and these measurements are of interest for a consumer who defined these characteristics. The proposal is a data model "result" which represents a measurement related to a specific measurement and product. A measurement result is identified by the identification of a characteristic and the product.
170170

171171
Aspect model in GitHub:
172172
- Version 1.0.0: https://github.com/eclipse-tractusx/sldt-semantic-models/tree/main/io.catenax.special_characteristics.measurement/1.0.0
@@ -193,19 +193,19 @@ Aspect model in GitHub:
193193
}
194194
```
195195
#### Recommended Pattern (Key Value Pair)
196-
Due to the amount of different characteristics we opted not to require a specific format for the measurement objects contained in the **"results": [ ]** object list. We rather provide a set of format we recommend to use. These recommendations depend on the most common characteristics and their requirements for the results.
196+
Due to the amount of different characteristics we opted not to require a specific format for the measurement objects contained in the **"results": [ ]** object list. We rather provide a set of format we recommend to use. These recommendations depend on the most common characteristics and their requirements for the results.
197197

198198
##### Simple Measurements
199-
We consider for characteristics a simple measurement if it just requires to measure a single value. For example the thickness of a rolled steel plate. We designed the measurement object to be able to represent any measurement where it is required to measure a value with a unit.
199+
We consider for characteristics a simple measurement if it just requires to measure a single value. For example the thickness of a rolled steel plate. We designed the measurement object to be able to represent any measurement where it is required to measure a value with a unit.
200200

201-
**Data model**
201+
##### Data model
202202
| Attribute | Plausability | Type | Example |
203-
| :-- | :-- | :-- | :-- |
204-
| value | mandatory | string | -2.9426523E38 |
203+
| :-- | :-- | :-- | :-- |
204+
| value | mandatory | string | -2.9426523E38 |
205205
| unit | mandatory | string | -eOMtThyhVNLWUZNRcBaQKxI |
206206
| measurementTimeStamp | mandatory | timestamp | 2024-10-01 |
207207

208-
**Example: Submodel Simple Measurements**
208+
##### Example: Submodel Simple Measurements
209209
```json
210210
{
211211
"measurement" : {
@@ -217,16 +217,16 @@ We consider for characteristics a simple measurement if it just requires to meas
217217
```
218218

219219
##### Qualitative Measurements
220-
We consider a qualitative measurement a measurement where a value has to be extracted and a read Qualitity has to be determined. An example would be the serial number which has to be etched onto the product. The result of the etching has to be of a certain quality where this quality is measured by some metric.
220+
We consider a qualitative measurement a measurement where a value has to be extracted and a read Qualitity has to be determined. An example would be the serial number which has to be etched onto the product. The result of the etching has to be of a certain quality where this quality is measured by some metric.
221221

222-
**Data model**
222+
##### Data model
223223
| Attribute | Plausability | Type | Example |
224-
| :-- | :-- | :-- | :-- |
224+
| :-- | :-- | :-- | :-- |
225225
| extractedValue | mandatory | string | eOMtThyhVNLWUZNRcBaQKxI |
226-
| readQuality | mandatory | string | 5 |
226+
| readQuality | mandatory | string | 5 |
227227
| measurementTimeStamp | mandatory | timestamp | 2024-10-01 |
228228

229-
**Example: Submodel Qualitative Measurements**
229+
##### Example: Submodel Qualitative Measurements
230230
```json
231231
{
232232
"extractedValue" : "eOMtThyhVNLWUZNRcBaQKxI",
@@ -238,17 +238,16 @@ We consider a qualitative measurement a measurement where a value has to be extr
238238
##### Functional Measurements
239239
Functional Measurements are for characteristics where the result just confirms that the function is at it is expected.
240240

241-
**Data model**
241+
##### Data model
242242
| Attribute | Plausability | Type | Example |
243-
| :-- | :-- | :-- | :-- |
244-
| value | mandatory | boolean | true |
243+
| :-- | :-- | :-- | :-- |
244+
| value | mandatory | boolean | true |
245245
| measurementTimeStamp | mandatory | timestamp | 2024-10-01 |
246246

247-
**Example**
247+
##### Example
248248
```json
249249
{
250250
"value" : true,
251251
"measurementTimestamp" : "2024-10-01"
252252
}
253253
```
254-

docs-kits/kits/Traceability Kit/page_changelog.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ import Notice from './part_notice.mdx'
3030

3131
All notable changes to this Kit will be documented in this file.
3232

33+
## [6.0.1] - 2025-02-07
34+
35+
Compatible for **release 24.12**.
36+
37+
- Fix broken tables
38+
3339
## [6.0.0] - 2024-12-01
3440

3541
Compatible for **release 24.12**.
@@ -58,7 +64,7 @@ Compatible for **release 24.12**.
5864
- **Development View:**
5965
- **App Provider:**
6066
- **Block Notifications:**
61-
- Added new sub-sections to describe the Block Notifications state model and the new Block Notification API specification
67+
- Added new sub-sections to describe the Block Notifications state model and the new Block Notification API specification
6268
- **Asset Creation:**
6369
- Added two lines for the typizations 'ReceiveBlockNotification' and 'UpdateBlockNotification' of the new block notifications
6470
- **Policy Creation:**
@@ -72,7 +78,7 @@ Compatible for **release 24.12**.
7278
### Changed
7379
- **Architecture View:**
7480
- **Build Block View:**
75-
- Updated the Traceability architecture picture with new description regarding Block Notifications
81+
- Updated the Traceability architecture picture with new description regarding Block Notifications
7682
- **Runtime View:**
7783
- Adapted / restructured the remarks text block to be applicable for quality- and the new block notifications
7884
- **Development View:**

0 commit comments

Comments
 (0)