@@ -114,13 +114,6 @@ Browse and analyze all tasks across the iExec network:
114114
115115### Task Execution Monitoring
116116
117- <ImageViewer
118- : image-url-dark ="taskDetailsStartedImage"
119- image-alt="Result Decryption"
120- : link-url ="` ${explorerUrl}/tasks ` "
121- caption="Explore Tasks"
122- />
123-
124117<ImageViewer
125118 : image-url-dark ="taskDetailsCompletedImage"
126119 image-alt="Task Completed"
@@ -154,7 +147,7 @@ Browse and analyze all tasks across the iExec network:
154147 : image-url-dark ="appViewImage"
155148 image-alt="App View"
156149 : link-url ="` ${explorerUrl}/apps ` "
157- caption="Explore iApp Marketplace "
150+ caption="Explore iApp"
158151/>
159152
160153Explore the iExec application marketplace:
@@ -169,24 +162,50 @@ Explore the iExec application marketplace:
169162 : image-url-dark ="datasetViewImage"
170163 image-alt="Dataset View"
171164 : link-url ="` ${explorerUrl}/datasets ` "
172- caption="Explore Protected Datasets "
165+ caption="Explore Protected Data "
173166/>
174167
175168Navigate the protected data landscape:
176169
177- - ** Data Catalog** : Discover available datasets with their metadata and asset
178- type
179- - ** Usage Patterns** : Analyze dataset popularity and user adoption
180- - ** Schema Validation** : Ensure data structure compatibility with your
181- applications
170+ - ** Data Catalog** : Discover available protected data with their metadata and
171+ asset types
172+ - ** Usage Analytics** : Analyze protected data popularity and adoption trends
173+ across the network
174+ - ** Schema Discovery** : Find protected data that matches your requirements using
175+ advanced filtering
176+
177+ The explorer provides a powerful filtering system that lets you search for
178+ protected data based on their schema structure, making it easy to find datasets
179+ compatible with your iApp.
180+
181+ <ImageViewer
182+ : image-url-dark ="assetTypesAdvanceFilterViewImage"
183+ image-alt="asset Types Advance Filter View"
184+ : link-url ="` ${explorerUrl}/datasets ` "
185+ caption="Explore Asset Types Filter"
186+ />
187+
188+ ** How to use the asset type filter:**
189+
190+ 1 . ** Select asset type criteria** - Choose from predefined types and enter the
191+ field names
192+ 2 . ** Apply multiple filters** - Combine asset type filters with other criteria
193+ like date range, owner, or tags
194+ 3 . ** Browse matching datasets** - View only the protected data that matches your
195+ schema requirements
196+
197+ This filtering capability is essential when building iApps that need specific
198+ data structures. For example, if your iApp processes user profiles, you can
199+ filter for datasets containing ` email: string ` and ` age: f64 ` fields to ensure
200+ compatibility.
182201
183202## Workerpools
184203
185204<ImageViewer
186205 : image-url-dark ="workerpoolViewImage"
187206 image-alt="Workerpool View"
188207 : link-url ="` ${explorerUrl}/workerpools ` "
189- caption="Explore Workerpools Infrastructure "
208+ caption="Explore Workerpools"
190209/>
191210
192211Explore the decentralized computing infrastructure:
@@ -216,9 +235,9 @@ const explorerUrl = computed(() => chainData.value.iexecExplorerUrl);
216235import explorerGlobalImage from ' @/assets/tooling-&-explorers/iexec-explorer/explorer-global.png' ;
217236import dealViewImage from ' @/assets/tooling-&-explorers/iexec-explorer/deal-view.png' ;
218237import taskViewImage from ' @/assets/tooling-&-explorers/iexec-explorer/task-view.png' ;
219- import taskDetailsStartedImage from ' @/assets/tooling-&-explorers/iexec-explorer/task-details-started.png' ;
220238import taskDetailsCompletedImage from ' @/assets/tooling-&-explorers/iexec-explorer/task-details-completed.png' ;
221239import appViewImage from ' @/assets/tooling-&-explorers/iexec-explorer/app-view.png' ;
222240import datasetViewImage from ' @/assets/tooling-&-explorers/iexec-explorer/dataset-view.png' ;
223241import workerpoolViewImage from ' @/assets/tooling-&-explorers/iexec-explorer/workerpool-view.png' ;
242+ import assetTypesAdvanceFilterViewImage from ' @/assets/tooling-&-explorers/iexec-explorer/asset-types-advance-filter.png' ;
224243</script >
0 commit comments