D
D
DVoropaev2017-06-01 00:27:53
Software design
DVoropaev, 2017-06-01 00:27:53

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

2 answer(s)
K
kn0ckn0ck, 2017-06-01
@kn0ckn0ck

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:
c74c967ce60a4a689ee19767aff6537d.png

N
Nikita Dergachov, 2017-06-01
@vanillathunder

Diagram of activities.591796_html_m5c9e4e02.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question