Should user interfaces be included in the class diagram and sequence diagram? -
I have a project and I need to produce class and sequence diagrams. This is a purchase website. My only problem is that I do not know how to associate web pages (user interfaces) for these diagrams. If they do not need it, then what is the right way to include it in the picture because I read "Book" from a book "User Interface" classes, so there is another question, what should be there in these UI classes? Can give examples. Thanks!
There are many levels of intangibles for UI modeling.
- Use cases and state machines These diagrams are made in reference to humans.
- Plan at server / page / frame level Here UML deployment and component diagrams are useful.
- Plan the content of the UI, define the relationship between elements and flies and their bodies without choosing solid components. There is no standard, extremely important, step for this. Use shapes that you prefer, classes are useful, but not standard reading.
- UI is planning the contents of the screen elements with the choice of components (frame, button, and so on) and adding functionality to them. At this level you can use class and sequence diagram.
- Drawing of planned screenshots There is no UML diagram for this level. And a general standard does not exist.
These levels require many diagrams Low levels, more diagrams are needed Putting the user interface in a class diagram is possible for a small project, but you can not say That should do that.
Comments
Post a Comment