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
Given a message trace which message it resulted from and which were generated from it (preferable taking sagas into account)
Given a message type visualize the general flow of messages in the system (again including sagas)
In my minds eye I imagine some kind of flowchart like
or maybe something like this
where the thickness of arrows indicate the number of messages.
When I say "including sagas" I mean the visualization should have a box for a saga-instance/-type with boxes for handlers inside it. This would also make it easily identifiable that some messages are "private" to a saga.
The text was updated successfully, but these errors were encountered:
This is actually two related features:
In my minds eye I imagine some kind of flowchart like
![image](https://user-images.githubusercontent.com/1884017/164648693-0a971e26-87fe-49d7-ac18-9517ac1b35d2.png)
or maybe something like this
![image](https://user-images.githubusercontent.com/1884017/164648751-d6046432-ee7e-42d8-a9f0-4501b0482558.png)
where the thickness of arrows indicate the number of messages.
When I say "including sagas" I mean the visualization should have a box for a saga-instance/-type with boxes for handlers inside it. This would also make it easily identifiable that some messages are "private" to a saga.
The text was updated successfully, but these errors were encountered: