From f98dbbee3f770c770908797797ba9addc88d2b68 Mon Sep 17 00:00:00 2001 From: RieksJ Date: Thu, 29 Oct 2020 14:41:17 +0100 Subject: [PATCH] minor updates --- README.md | 2 +- docs/functional-architecture.md | 6 +++--- docs/terminology-plugin-instructions.md | 2 +- docs/terms/business-transaction.md | 12 ++++++++++++ docs/terms/digital-communication-channel.md | 4 ++-- docs/terms/transaction-proposal.md | 4 ++-- docs/terms/transaction.md | 6 +++--- 7 files changed, 24 insertions(+), 12 deletions(-) create mode 100644 docs/terms/business-transaction.md diff --git a/README.md b/README.md index cd7a4c7..abeefc2 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ and it needs to consist of the following structure: --- id: term title: Term page -hoverText: This hover text will appear in the documentation page that you reference this term +hoverText: "This hover text will appear in the documentation page that you reference this term." --- ### Term explanation diff --git a/docs/functional-architecture.md b/docs/functional-architecture.md index 9415534..588c7ac 100644 --- a/docs/functional-architecture.md +++ b/docs/functional-architecture.md @@ -26,11 +26,11 @@ Figure 1 shows the initial *functional* eSSIF-Lab architecture, and its scope, c Please be aware that *functional* capabilities, components, %%agents|agent%%, etc. do not necessarily coincide with *technical* capabilities, components, %%agents|agent%%, etc. The technical components can be deployed (downloaded, installed, run), whereas a functional component is a provider of a specified set of capabilities/functionalities an implementation of which can be made part of a technical component. So it is conceivable that a technical component contains an implementation of %%issuer|issuer%%, %%wallet|wallet%%, %%holder|holder%% and %%verifier|verifier%% functional components as well as other functionalities that are not described here, e.g. related to UX, setting %%preferences|policy%%, and more. In this functional architecture, the default type of components, %%agents|agent%% etc. are *functional*. -Since the %%participants|participant%% of a %%business transaction|transaction%% are different %%parties|party%%, the negotiation, commitment and execution of that %%transaction|transaction%% will be done by %%agents|agent%% of these %%parties|party%%. Assuming that a single %%transaction|transaction%% has two such %%parties|party%%, we will use the term '%%Peer Party|peer-party%% (of a specific %%party|party%%, in the context of a single %transaction)' to refer to the participating %%party|party%% in that %%transaction|transaction%% that is not the specific %%party|party%% itself. +Since the %%participants|participant%% of a %%(business) transaction|transaction%% are different %%parties|party%%, the negotiation, commitment and execution of that %%transaction|transaction%% will be done by %%agents|agent%% of these %%parties|party%%. Assuming that a single %%transaction|transaction%% has two such %%parties|party%%, we will use the term '%%Peer Party|peer-party%% (of a specific %%party|party%%, in the context of a single %transaction)' to refer to the participating %%party|party%% in that %%transaction|transaction%% that is not the specific %%party|party%% itself. When an %%agent|agent%% is involved in such a %%transaction|transaction%%, it will be communicating with a component that it assumes to be an %%agent|agent%% of the %%peer party|peer-party%% of its %%principal|principal%% (the %%agent|agent%% may obtain further assurances for that, but that's outside the scope for now). We will use the term '%%peer agent|peer-agent%% (of a specific %%agent|agent%%, in the context of a single %%transaction|transaction%%)' to refer to an %%actor|actor%% with which the specific %%agent|agent%% has a communication session. Note that establishing whether or not an %%actor|actor%% is a %%Peer Agent|peer-agent%% does not necessarily require knowing who the %%peer party|peer-party%% actually is. -The figure below is an overview of the most important *functional* components that any %%party|party%% needs to conduct electronic %%business transactions|transaction%%. +The figure below is an overview of the most important *functional* components that any %%party|party%% needs to conduct electronic %%(business) transactions|transaction%%.