How can I imagine the system being developed when using UML?

Using the UML2.0 example diagrams, what is the normal way to indicate on the diagram that “the system is in development”?

+4
source share
2 answers

You can create a stereotype for this or for each stage / time / sprint. I used to use the scope of the system to indicate a similar difference between an existing system, the two proposed development steps.

+1
source

Well,

You just put notes on the chart:

enter image description here

Or you can use "steroids"

enter image description here

Or even use the "Colors"

enter image description here

But for me the status of “track project” in the diagram is not a good idea. You will have to update it.

So keep the project track "on" in another place ... Why not track the project on a simple kanban board:

enter image description here

0
source

Source: https://habr.com/ru/post/1396904/


All Articles