You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the ApplicationFocusView, it always shows external applications, regardless of whether the application interacts with it or not, but I don't think that gives any value to the user because why would you care about other applications you don't interact with? If you want a larger picture you would use SystemView.
So I would suggest we filter out all external applications which do not interact with the primary application.
This is also the location for filtering out applications if they have no correlating operations to the focused application.
I would suggest doing something along the lines of:
Track all the channels that the primary application uses (in an array or map or similar)
Dependant on how the external application is created (from AsyncAPI or core building blocks), we cross-reference against the above list to filter out any nodes that are irrelevant.
In case you have any questions or problems feel free to ping me here or on slack 🙂
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
Describe the bug
In the
ApplicationFocusView
, it always shows external applications, regardless of whether the application interacts with it or not, but I don't think that gives any value to the user because why would you care about other applications you don't interact with? If you want a larger picture you would useSystemView
.So I would suggest we filter out all external applications which do not interact with the primary application.
The external application nodes are created here:
EDAVisualiser/library/src/visualiser/helpers/collect-nodes.ts
Line 96 in 19b7da7
This is also the location for filtering out applications if they have no correlating operations to the focused application.
I would suggest doing something along the lines of:
In case you have any questions or problems feel free to ping me here or on slack 🙂
The text was updated successfully, but these errors were encountered: