Skip to content

Commit 5ea9570

Browse files
doc: add status to safety plan
Ref: closes #1105
1 parent 0463d7a commit 5ea9570

File tree

3 files changed

+46
-4
lines changed

3 files changed

+46
-4
lines changed

docs/features/communication/ipc/architecture/feature_architecture.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ Interfaces
5353
:safety: ASIL_B
5454
:status: valid
5555
:fulfils: feat_req__ipc__interfaces
56+
57+
.. needextend:: "communication/ipc/architecture" in docname
58+
:+tags: ipc

docs/features/communication/ipc/requirements/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,3 +507,6 @@ Safety Impact
507507
:status: valid
508508

509509
The communication framework shall support safe communication up to ASIL-B.
510+
511+
.. needextend:: "communication/ipc/requirements" in docname
512+
:+tags: ipc

docs/features/communication/ipc/safety_planning/index.rst

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# SPDX-License-Identifier: Apache-2.0
1313
# *******************************************************************************
1414
15+
Safety Planning
16+
###############
17+
1518
Inter-process Communication Safety Work Products
1619
================================================
1720

@@ -37,21 +40,21 @@ Inter-process Communication Safety Work Products
3740
- :ndf:`copy('status', need_id='gd_temp__req__feat_req')`
3841
- `#69 <https://github.com/eclipse-score/score/issues/69>`_
3942
- :doc:`../requirements/index`
40-
- <automated>
43+
- see below
4144

4245
* - :need:`wp__requirements__feat_aou`
4346
- :need:`gd_temp__req__aou_req`
4447
- :ndf:`copy('status', need_id='gd_temp__req__aou_req')`
4548
- <link to issue>
4649
- :doc:`../requirements/index`
47-
- <automated>
50+
- see below
4851

49-
* - :need:`wf__cr_mt_featarch`
52+
* - :need:`wp__feature_arch`
5053
- :need:`gd_temp__arch__feature`
5154
- :ndf:`copy('status', need_id='gd_temp__arch__feature')`
5255
- `#388 <https://github.com/eclipse-score/score/issues/388>`_
5356
- :doc:`../architecture/index`
54-
- <automated>
57+
- see below
5558

5659
* - :need:`wp__feature_safety_analysis`
5760
- <link to process>
@@ -80,3 +83,36 @@ Inter-process Communication Safety Work Products
8083
- <link to issue>
8184
- <Link to WP>
8285
- <automated>
86+
87+
Feature Requirements Status
88+
---------------------------
89+
90+
.. needtable::
91+
:style: table
92+
:types: feat_req
93+
:tags: ipc
94+
:columns: id;status
95+
:colwidths: 25,25
96+
:sort: title
97+
98+
Feature AoU Status
99+
------------------
100+
101+
.. needtable::
102+
:style: table
103+
:types: aou_req
104+
:tags: ipc
105+
:columns: id;status
106+
:colwidths: 25,25
107+
:sort: title
108+
109+
Feature Architecture Status
110+
---------------------------
111+
112+
.. needtable::
113+
:style: table
114+
:types: feat_arc_sta; feat_arc_dyn
115+
:tags: ipc
116+
:columns: id;status
117+
:colwidths: 25,25
118+
:sort: title

0 commit comments

Comments
 (0)