miranov25 / RootInteractive

4 stars 12 forks source link

Parameterized Template -snapshot configuration on server and on client (relates. to #302) #348

Open miranov25 opened 7 months ago

miranov25 commented 7 months ago

Parameterized Template - Snapshot Configuration

Introducing a feature for storing and loading named snapshots of settings on the client. In the named snapshot dictionary, we define:

Snapshot dictionaries can be initially defined on the server, and later, dynamic storage of snapshots on the client can also be implemented.

miranov25 commented 7 months ago

Example definition on server

miranov25 commented 7 months ago

Dictionary of snapshots - User Interface

miranov25 commented 3 months ago

The initially proposed method of implementing changes one by one, considering the current status, would be too time-consuming. The approach of using a diagram as the initial step seems to be the appropriate solution, although it is unclear how and if it can achieve optimal.