I am working on the project that is based on symfony (doctrine) with use of a facebook api. I really want to get the description of architecture of in terms of some diagrams, so What steps(in terms of types of diagrams) should I take first before coding ?
Share
UML has some special diagrams useful for describing architecture, such as the Package diagrams and Component digrams. In your case you could describe the Facebook API and your dependencies on it with the component diagram.