From 421fadbe3bd6913432a7a6761ba10cc15ec9f70e Mon Sep 17 00:00:00 2001 From: Rob Van Mieghem Date: Tue, 22 Aug 2023 13:12:18 +0200 Subject: [PATCH] Better explanation of the change actions 3script in the vdc concept --- vdc/concept.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vdc/concept.md b/vdc/concept.md index b51d2c58f..61bd01b13 100644 --- a/vdc/concept.md +++ b/vdc/concept.md @@ -10,11 +10,15 @@ A VDC is defined through 3script. It's a declarative language to describe a VDC 3script that queries the deployed state on the grid (reality). The output can be json for machine parsing or markdown for human interpretation. -## action 3script +## change actions 3script A 3script with the actions needed to bring the reality to the desired state defined in the definition 3script. These are 3script actions executed through the web3gw. +This is also referred to as a "request for change script" as it can go to a person or DAO to approve or be executed immediately. + +An extra benefit is that it gives auditing of the applied changes if it is stored in a version control system for example. + ## from definition to reality 1. The definition 3script is parsed to an in memory model.