What steps should be taken to describe the architecture before starting a web project?

I am working on a symfony (doctrine) based project using facebook api. I really want to get a description of the architecture in terms of some diagrams, so What steps (in terms of diagram types) should I take before coding?

+3
source share
3 answers

UML has some special diagrams useful for describing the architecture, such as Batch diagrams and Combination diagrams . In your case, you can describe the Facebook API and its dependencies using a component diagram.

+2

, . ?

, UML , .

+3

, , , . , ? facebook api.

. ? , -, ? UML , .

+1

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


All Articles