What are the important diagrams should I do before I start an MVC application like this? I mean Use Case Diagram, Class Diagram, Database Diagram etc.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riddhi ValechaPosted Apr 16, 2013, 2:43 AM
All the OOAD Diagrams depends on all the modules/features that you want to put in the system.
Eg-
If there are 2 modules - 1)Login 2)InsertComplaint.
Then, there are 2 use-case diagrams, 2 sequence diagrams, etc and so on.
First of all, make a list of all the features/functions/modules.