Skip to content

Commit db72304

Browse files
authored
Rename ISO 26262 audit status charts and adjust colors (#720)
Signed-off-by: Philipp Ahmann <philipp.ahmann@de.bosch.com>
1 parent 52f627b commit db72304

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

process/standards/iso26262/iso26262.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,20 +2124,20 @@ Part 9: Automotive safety integrity level (ASIL)-oriented and safety-oriented an
21242124
Exida Audit Status of Iso Requirements
21252125
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21262126

2127-
.. needpie:: Audit Status - Software
2127+
.. needpie:: Audit Status - Part 2: Management of functional safety
21282128
:labels: deviation, action, open, ok, recommendation, not applicable
2129-
:colors: red, orange, grey, green, green, green
2129+
:colors: red, orange, grey, green, forestgreen, mediumseagreen
21302130

2131-
type == 'std_req' and "__software" in id and 'deviation' in tags
2132-
type == 'std_req' and "__software" in id and 'action' in tags
2133-
type == 'std_req' and "__software" in id and 'open' in tags
2134-
type == 'std_req' and "__software" in id and 'ok' in tags
2135-
type == 'std_req' and "__software" in id and 'recommendation' in tags
2136-
type == 'std_req' and "__software" in id and 'n/a' in tags
2131+
type == 'std_req' and "__management" in id and 'deviation' in tags
2132+
type == 'std_req' and "__management" in id and 'action' in tags
2133+
type == 'std_req' and "__management" in id and 'open' in tags
2134+
type == 'std_req' and "__management" in id and 'ok' in tags
2135+
type == 'std_req' and "__management" in id and 'recommendation' in tags
2136+
type == 'std_req' and "__management" in id and 'n/a' in tags
21372137

2138-
.. needpie:: Audit Status - System
2138+
.. needpie:: Audit Status - Part 4: Product development at system level
21392139
:labels: deviation, action, open, ok, recommendation, not applicable
2140-
:colors: red, orange, grey, green, green, green
2140+
:colors: red, orange, grey, green, forestgreen, mediumseagreen
21412141

21422142
type == 'std_req' and "__system" in id and 'deviation' in tags
21432143
type == 'std_req' and "__system" in id and 'action' in tags
@@ -2146,20 +2146,20 @@ Exida Audit Status of Iso Requirements
21462146
type == 'std_req' and "__system" in id and 'recommendation' in tags
21472147
type == 'std_req' and "__system" in id and 'n/a' in tags
21482148

2149-
.. needpie:: Audit Status - Management
2149+
.. needpie:: Audit Status - Part 6: Product development at software level
21502150
:labels: deviation, action, open, ok, recommendation, not applicable
2151-
:colors: red, orange, grey, green, green, green
2151+
:colors: red, orange, grey, green, forestgreen, mediumseagreen
21522152

2153-
type == 'std_req' and "__management" in id and 'deviation' in tags
2154-
type == 'std_req' and "__management" in id and 'action' in tags
2155-
type == 'std_req' and "__management" in id and 'open' in tags
2156-
type == 'std_req' and "__management" in id and 'ok' in tags
2157-
type == 'std_req' and "__management" in id and 'recommendation' in tags
2158-
type == 'std_req' and "__management" in id and 'n/a' in tags
2153+
type == 'std_req' and "__software" in id and 'deviation' in tags
2154+
type == 'std_req' and "__software" in id and 'action' in tags
2155+
type == 'std_req' and "__software" in id and 'open' in tags
2156+
type == 'std_req' and "__software" in id and 'ok' in tags
2157+
type == 'std_req' and "__software" in id and 'recommendation' in tags
2158+
type == 'std_req' and "__software" in id and 'n/a' in tags
21592159

2160-
.. needpie:: Audit Status - Support
2160+
.. needpie:: Audit Status - Part 8: Supporting processes
21612161
:labels: deviation, action, open, ok, recommendation, not applicable
2162-
:colors: red, orange, grey, green, green, green
2162+
:colors: red, orange, grey, green, forestgreen, mediumseagreen
21632163

21642164
type == 'std_req' and "__support" in id and 'deviation' in tags
21652165
type == 'std_req' and "__support" in id and 'action' in tags

0 commit comments

Comments
 (0)