-
Notifications
You must be signed in to change notification settings - Fork 4
docs: mw_log arch diagrams
#4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
ef03b00 to
15459b5
Compare
pawelrutkaq
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix Detailed design part and remove code.
docs/module/log/architecture/_assets/log_with_global_logger.puml
Outdated
Show resolved
Hide resolved
f9557b6 to
12dd684
Compare
12dd684 to
e3d6e4b
Compare
Basic design for Log component.
9405782 to
d45d05e
Compare
Dynamic diagram for Log operation.
d45d05e to
7ae9661
Compare
|
For me looks good, lets ping to logging CFT |
Post-review fixes.
MaciejKaszynski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
look good
arsibo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please generate a ticket(s) for findings what cannot be fixed now.
| Backend implementation. | ||
| end note | ||
|
|
||
| mw_log --> mw_log_subscriber : implements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mw_log_subscriber ..u.|> mw_log : implements
|
|
||
| .. .. uml:: _assets/TODO.puml | ||
| .. uml:: _assets/static_view.puml | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this diagram show all dependencies ? e.G. Do you use rust crates as helper functions ? What would this mean for safety?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is depndendless
|
|
||
| .. .. uml:: _assets/TODO.puml | ||
| .. uml:: _assets/static_view.puml | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In logging FT we discussed to use log_fonted as component name. Shall we do it now or adapted later?
| .. :implements: logic_arc_int__log__interface_name | ||
| .. :fulfils: | ||
| .. :includes: | ||
| .. comp_arc_sta:: Log (Static View) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
part has to be updated after Feature arc is available
|
|
||
| Lower Level Components | ||
| ---------------------- | ||
| .. real_arc_int:: Log interface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this has to be reworked with respect to Sphinx needs later. https://eclipse-score.github.io/process_description/main/process_areas/architecture_design/architecture_concept.html#metamodel-architectural-design
| Requirements | ||
| ############ | ||
|
|
||
| .. document:: Log Requirements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feature Requirements need to be mapped (https://github.com/eclipse-score/score/blob/main/docs/features/analysis-infra/logging/docs/requirements/mw-fr_logging_req.rst)
|
This PR implements #16 |
Notes for Reviewer
Pre-Review Checklist for the PR Author
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Closes #