Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes and enhancements #415

Merged
merged 6 commits into from
Aug 20, 2024
Merged

Conversation

harishnf
Copy link
Member

@harishnf harishnf commented Jul 23, 2024

Fixes:
page Style changes (page background colour, gradient, Font size, Filter text box background color, Input box size increase).
Promises code fix to execute asynchronous execution.
reset tree to close all opened nodes.

Code Cleanup:
removed unused code. Example: drawGraphTooltip function.
appwan name modified to service policies.

Enhancements:

added config class to show configs to a service
show service config in the tooltip

Service policy node —> added promises/api code to show Dial Services

Service —> fixed defect in Bind Identities logic
added promises/api code to show Associated Routers
added promises/api code to show Service Configs
added promises/api code to show Dial Identities

Identities —> added promises/api code to show Associated Routers
added promises/api code to show Bind Services
added promises/api code to show Dial Services

Router Policies —> added promises/api code to show Associated Routers

Search feature enhancements:
In the new design, the visualizer can fetch a maximum of 1000 objects per network component. Whenever there are more than 1000 objects, we will show visualizer with the total object count for each node, the user can use the search feature to pull them based on filter criteria. Although the search API returned hundreds of records based on the filter text, the autocomplete list will only display the top five records.. ex: search word:'ha', result: top 5 of 362 records.

image image image

@harishnf harishnf requested review from a team as code owners July 23, 2024 09:50
@harishnf harishnf linked an issue Jul 23, 2024 that may be closed by this pull request
Copy link

vercel bot commented Jul 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ziti-console ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 20, 2024 0:22am

@harishnf harishnf self-assigned this Jul 23, 2024
@harishnf harishnf changed the title fixes amd enhancements fixes and enhancements Jul 23, 2024
@@ -115,7 +115,7 @@ select {

#ClearSearchFilter {
position: absolute;
right: 2px;
right: -45px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Negative orientation for left/right styling is also an anti-pattern. Usually indicates a larger issue with the layout of the elements container.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will address in my next PR

* Updated tooltip popup to align name/value pairs
* Updated clickable node legend icon
* Removed "results warning" component
* updated coloring for background grid
@rgallettonf rgallettonf merged commit 09c75ca into main Aug 20, 2024
10 checks passed
@rgallettonf rgallettonf deleted the 413-nw-visualizer-phase1-enhancements branch August 20, 2024 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NW visualizer phase1 enhancements
2 participants