Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Component Architecure File(s)
.. comp_arc_sta:: Component 3
:id: comp_arc_sta__example_feature__archdes_component_3
:status: valid
:safety: ASIL_B
:safety: QM
:security: NO
:implements: logic_arc_int__example_feature__archdes_logical_interface_3
:fulfils: comp_req__example_feature__archdes_example_req
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ Here are some excerpts of UML diagrams made from the requirements of that file.

Feature Architecture
^^^^^^^^^^^^^^^^^^^^

The following section is an example, how an `Feature <https://eclipse-score.github.io/score/main/features/index.html>`_ looks like and how the architecture of an Feature is described. Please notice, that in the diagram components with an safety rating to "ASIL_B" is drawn with an red border (see "Component 1" as example).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

red border? I see only blue border for ASIL

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see pull request description: "Please notice, that within the pull request they have still blue borders. This is because of the multi repository structure and is automatically fixed with the next release."


.. feat_arc_sta:: Feature Getting Started
:id: feat_arc_sta__example_feature__archdes_getstrt
:security: YES
Expand Down
Loading