schoolla.blogg.se

Online sequence diagram online
Online sequence diagram online






When you use actors in sequence diagram as explained here, then be at least careful with messages exchanged with the actor. More generally, by the book, actors should in principle not appear in a sequence diagram, even if it's a common practice.Does this mean that your system just tells the user that he/she should go to AppDashBoard ? In fact, does the actor do anything with the message at all: isn't it your system that will display another windows or another page regardless of what the user is doing? You have to avoid this. Login screen sends a message like Redirect to AppDashBoard to the actor.This diagram is unfortunately ambiguous and misleading.








Online sequence diagram online