nfdi4plants / ARCtrl

Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtime-agnostic contract systems.
MIT License
16 stars 8 forks source link

[Docs] Update mermai graph in design principles #339

Closed Freymaurer closed 7 months ago

Freymaurer commented 7 months ago

Just updated some wording for mermaid graph:

sequenceDiagram

participant Filesystem
participant Client
participant ARCtrl

Note over Client,ARCtrl: ARC.fromFilePaths
Client->>ARCtrl: filepaths
ARCtrl->>Client: ARC

Note over Client,ARCtrl: ARC.GetReadContracts
ARCtrl->>Client: contracts

Note over Client,Filesystem: File.read
Client->>Filesystem: filepath
Filesystem->>Client: DTO

Note over Client,ARCtrl: ARC.SetISAFromContracts
Client->>ARCtrl: fullfilled Contracts
ARCtrl->>Client: ARC datamodel
Freymaurer commented 7 months ago

resolved in e9c0a2e280dcf6ccce0d4008b89ffcee7d12d772