๐Ÿ’ปGlobal search and comparison UI

1. Step By Step Process

1. Configuration

Global policy search and comparison relies on Indexer for some of its functionality. Such Indexer can be deployed locally, or run elsewhere so long as there is an HTTP access path which must be specified in the ANALYTICS_SERVICE parameter in the .env configuration file: Example:

"ANALYTICS_SERVICE": "http://localhost:3021",

1.1 Compare

There are a several way to select policies for comparison, all of which do not require/result in the importing of the policies into Guardian.

Policies can be selected from different sources

  • Already imported (i.e. now โ€˜localโ€™) policies

  • by message ID

  • from local file

Not using content similarity criteria for searching.

Searching based on the content similarity to the existing policy.

1.2.1 Filters

  • Type โ€“ data source

    • Search only imported โ€“ search only โ€˜localโ€™ policies which have been imported (as โ€˜draftsโ€™)

    • Local Guardian search โ€“ search in all published โ€˜localโ€™ policies

    • Global search โ€“ global search through all policies (using Indexer)

  • Search โ€“ search using keywords

  • Minted Tokens โ€“ include only those policies which already produced issued/minted tokens, with the minimal quantity as specified

  • VC Documents โ€“ include only those policies which already produced VC documents, with the minimal quantity as specified

  • VP Documents โ€“ include only those policies which already produced VP documents, with the minimal quantity as specified

  • Policy Owner โ€“ include only those owned by specific DID[s]

1.2.2 Import

Users can import found policies into local Guardian instance.

2. Comparison Result

We have several different sections in our comparison screen including filter parameters:

Selected Policies are compared to the first Policy (displayed in the section on the left-hand side), the rest of the sections show the results of the โ€˜diffsโ€™.

2.1 Comparison Parameters

  1. Events: configures if differences in events are reflected in the results of the comparison of blocks

2. Properties : configures how differences in Properties are reflected in the results of comparing blocks

3. Children : configures how differences in child blocks influence the results of comparing parent blocks

4. UUID : configures if UUID and Hedera ID are taken into consideration when comparing blocks

2. Sections:

There are different sections in the comparison such as

  1. Main โ€“ shows results of comparison of the main fields of the Policies

  2. Policy Roles โ€“ shows results of comparison of the roles of Policies

  3. Policy Groups โ€“ shows results of comparison of the groups

  4. Policy Topics โ€“ shows results of comparison of dynamic topics

  5. Policy Tokens โ€“ shows results of comparisons of dynamic tokens

  6. Policy Blocks โ€“ shows results of comparisons of Policy block structures

We have several Display settings in Policy Blocks section:

Display Settings: description and show/hide settings for each color/type of difference:

Block comparison displays can be unfolded to display a detailed view of the block Properties.

Demo Video

Youtube

Last updated