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 |
Design/Design_puml.puml
Outdated
|
|
||
| class IKvsBuilder <<implementation>> { | ||
| - instance_id: InstanceId | ||
| - need_defaults : bool |
There was a problem hiding this comment.
-> -defaults : KvsDefaults
There was a problem hiding this comment.
Expected values :
- true : default storage must be exist
- false : default storage may not be exist
- Ignores : ignore default values even if we have default values storage.
- new ticket should be created to make c++ support this as rust.
Design/Design_puml.puml
Outdated
| class IKvsBuilder <<implementation>> { | ||
| - instance_id: InstanceId | ||
| - need_defaults : bool | ||
| - need_kvs : bool |
There was a problem hiding this comment.
kvs_load = OpenNeedKvs :
OpenNeedKvs has two values now :
new value will be added "IGNORE"
new ticket should be created to make c++ support this as rust.
Design/Design_puml.puml
Outdated
| + set_value(Key:string, value:KvsValue): ResultBlank | ||
| + remove_key(Key:string) : ResultBlank | ||
| + flush() : ResultBlank | ||
| + snapshot_count: Result<size_t> |
There was a problem hiding this comment.
@arkjedrz what is meant by this if a function ?
Design/Design_puml.puml
Outdated
There was a problem hiding this comment.
Regarding names - please align with https://github.com/qorix-group/persistency/blob/e3945d4bea1bb3627dd46835db403b0c460306d1/docs/class_diagram.puml
Design/Design_puml.puml
Outdated
There was a problem hiding this comment.
Seems like this file is not included in any index file
arkjedrz
left a comment
There was a problem hiding this comment.
I won't discuss this PR anymore until requested changes are fixed. We're running in circles.
Please first review this document internally.
|
@Ahmed-Elsaka-JC Could you rebase on top of newest upstream/main? Docs are building in other PRs and there shouldn't be an error. |
There was a problem hiding this comment.
*.puml files itself will never be rendered. You need to reference it in any other .rst file as
.. uml:: class_diagram_cpp.puml
- class diagram represent new design of score kvs.
9ab1207 to
bccdd6a
Compare
New Design for KVS