Update the Feature design - #188
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
8c9cfdd to
6140565
Compare
- Add Time Feature Architecture to docs/features/architecture/ - Add docs/conf.py with required_in_id for path validation
e396626 to
d4758f0
Compare
| :safety: ASIL_B | ||
| :status: valid | ||
| :version: 1 | ||
| :fulfils: feat_req__time__abs_base_api[version==1], feat_req__time__abs_sync[version==1] |
There was a problem hiding this comment.
From feature reqs, missing these, are they not yet implemented or should they be added here?
- feat_req__time__abs_acc_qual
- feat_req__time__abs_sec_qual
- feat_req__time__abs_sync_log
| :status: valid | ||
| :version: 1 | ||
| :includes: logic_arc_int__time__vehicle_clock, logic_arc_int__time__local_clock, logic_arc_int__time__absolute_clock | ||
| :fulfils: feat_req__time__mocking_apis[version==1], feat_req__time__vehicle_time_sync[version==1], feat_req__time__abs_sync[version==1] |
There was a problem hiding this comment.
Looks like this contains all components, so should fulfil all feature requirements:
- feat_req__time__vehicle_time_sync_prec
- feat_req__time__vehicle_time_time_api
- feat_req__time__vehicle_time_acc_qual_api
- feat_req__time__vehicle_time_time_pt_qual
- feat_req__time__vehicle_time_ctrl_flow
- feat_req__time__vehicle_time_sync_log
- feat_req__time__abs_base_api
- feat_req__time__abs_acc_qual
- feat_req__time__abs_sec_qual
- feat_req__time__abs_sync_log
- feat_req__time__high_prec_clock_api
- feat_req__time__monotonic_clock_api
There was a problem hiding this comment.
basically, not, becuase this static view doesn't implement all reuqirements.
in descirbed the API ones.
that was an intention not to mention it here
| :safety: ASIL_B | ||
| :status: valid | ||
| :version: 1 | ||
| :fulfils: feat_req__time__vehicle_time_ctrl_flow[version==1] |
There was a problem hiding this comment.
From feature reqs, missing these, should they be added here?
- feat_req__time__vehicle_time_sync
- feat_req__time__vehicle_time_sync_prec
- feat_req__time__vehicle_time_time_api
- feat_req__time__vehicle_time_acc_qual_api
- feat_req__time__vehicle_time_time_pt_qual
- feat_req__time__vehicle_time_ctrl_flow
There was a problem hiding this comment.
Intention here was, that that dynamic view describes the API only, so only couple of reqs are linked here
Summary
Adds the Time Feature Architecture to the module repository and restructures
the existing documentation to conform to the S-CORE module folder rules.
docs/index.rsttitle and overviewThe platfrom part is adapted here: eclipse-score/score#3200
Part of #85