Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions process/standards/iso26262/iso26262.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2124,20 +2124,20 @@ Part 9: Automotive safety integrity level (ASIL)-oriented and safety-oriented an
Exida Audit Status of Iso Requirements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

type == 'std_req' and "__software" in id and 'deviation' in tags
type == 'std_req' and "__software" in id and 'action' in tags
type == 'std_req' and "__software" in id and 'open' in tags
type == 'std_req' and "__software" in id and 'ok' in tags
type == 'std_req' and "__software" in id and 'recommendation' in tags
type == 'std_req' and "__software" in id and 'n/a' in tags
type == 'std_req' and "__management" in id and 'deviation' in tags
type == 'std_req' and "__management" in id and 'action' in tags
type == 'std_req' and "__management" in id and 'open' in tags
type == 'std_req' and "__management" in id and 'ok' in tags
type == 'std_req' and "__management" in id and 'recommendation' in tags
type == 'std_req' and "__management" in id and 'n/a' in tags

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

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

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

type == 'std_req' and "__management" in id and 'deviation' in tags
type == 'std_req' and "__management" in id and 'action' in tags
type == 'std_req' and "__management" in id and 'open' in tags
type == 'std_req' and "__management" in id and 'ok' in tags
type == 'std_req' and "__management" in id and 'recommendation' in tags
type == 'std_req' and "__management" in id and 'n/a' in tags
type == 'std_req' and "__software" in id and 'deviation' in tags
type == 'std_req' and "__software" in id and 'action' in tags
type == 'std_req' and "__software" in id and 'open' in tags
type == 'std_req' and "__software" in id and 'ok' in tags
type == 'std_req' and "__software" in id and 'recommendation' in tags
type == 'std_req' and "__software" in id and 'n/a' in tags

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

type == 'std_req' and "__support" in id and 'deviation' in tags
type == 'std_req' and "__support" in id and 'action' in tags
Expand Down
Loading