Answer the question
In order to leave comments, you need to log in
What type of UML diagram to choose?
It is necessary to describe the user registration process with checking the password and email address. What type of chart to use, and if possible, help with examples
Answer the question
In order to leave comments, you need to log in
In UML, two types of diagrams are used for these cases: Activity (activities) and Sequence (sequences). An activity diagram is more suitable for describing algorithms, with branches, conditions, etc. A sequence diagram is more suitable for describing the interaction of components in the implementation of some scenario. That is, the first is more about logic (or business logic), and the second is about implementation in the system.
In your case, apparently, the sequence diagram is most suitable, here is an example:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question