nfdi4plants / ARCtrl

Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtime-agnostic contract systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Docs] Update mermai graph in design principles

Freymaurer opened this issue · comments

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

Loading

resolved in e9c0a2e