diff options
author | wr148d <wr148d@att.com> | 2021-03-18 15:14:41 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2021-03-18 15:20:21 -0400 |
commit | 93abe123055a04a7af0be9cc38e3f058fa04d4df (patch) | |
tree | a69b8ce47d6079dd0cdc9c2bb4949c62109dcf40 /docs/platform/specialized.rst | |
parent | e6ae3ae5a03161e5dd4450c3c9cb0ba3d37eff9c (diff) |
Updating sparky-be documentation for Honolulu latest features
Issue-ID: AAI-3250
Change-Id: I1f96b56434c78b7c0e7ecd88e3efdfe3a032fe63
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'docs/platform/specialized.rst')
-rw-r--r-- | docs/platform/specialized.rst | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/docs/platform/specialized.rst b/docs/platform/specialized.rst new file mode 100644 index 0000000..5487ccf --- /dev/null +++ b/docs/platform/specialized.rst @@ -0,0 +1,61 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Sparky - Specialized Search +======================= + +*Specialized Search* Overview +~~~~~~~~~~~~~~~~~~~~~~~~~ + +*Specialized Search* provides a way to easily filter the inventory items in A&AI + +.. image:: images/aai-ui-specialized-search.jpg + :scale: 100 % + :alt: alternate text + :align: center + +*Specialized Search* Features +~~~~~~~~~~~~~~~~~~~~~~~~~ +With Specialized Search UI, users can: + * Click on a radio button for a configured node-type and add filters to run and view instance data + * The user can view the information on the subsequent page in a paginated format (50 results per page) + * The user can filter down the results by attributes on the top of the page (exact string matching only) + * The user can download their results to xslx (500 results at a time) + * The user can opt to download a range of pages to download to xslx + * The user can view results in card-based format + * The user can view results in a tabular-based format + * The user can choose a defaulted format (saved in local storage) + * The user can view relationships of an element + * The user can build a query giving the element and all related elements (1 hop) by clicking >>BYOQ + +Navigation to *Specialized Search* +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The *Specialized Search* view can be reached by clicking on the hamburger menu item Specialized Search + +.. image:: images/specialized-hamburger.JPG + :scale: 100 % + :alt: alternate text + :align: center + +How to use *Specialized Search* +~~~~~~~~~~~~~~~~~~~~~~~~~~~ +1. On Specialized Search a user can select an element type + +.. image:: images/specialized-search-1.JPG + :scale: 100 % + :alt: alternate text + :align: center + +2. Then add the desired filter(s) with the input fields in the center, by choosing the attribute key from the dropdown, +entering a value and clicking add filter. Once the filter is added it will be present as a pill. Filters can be removed +by clicking the X on the pill + +.. image:: images/specialized-search-2.JPG + :scale: 100 % + :alt: alternate text + :align: center + +3. When the desired filters are added, a user can hit run to access the results. The subsequent page will be the same as +the resulting page in the browse documentation, just with the filters added. For more information on that screen, please +view the documentation on browse. + |