kmachura / help-chef

Help Chef - Project in Java, Spring Boot, Angular, H2, Docker
0 stars 0 forks source link

Create UML diagrams for the project Help Chef #3

Closed kmachura closed 1 year ago

kmachura commented 1 year ago

Create UML diagrams in Visual Paradigm - https://www.visual-paradigm.com

Alexshailiha commented 1 year ago

Add the UML diagrams to Readme.md

adamkowalsky11 commented 1 year ago

Use case diagram Use case diagram ZJO

adamkowalsky11 commented 1 year ago

Class diagram Class Diagram ZJO

Alexshailiha commented 1 year ago

A use case diagram is a UML diagram that shows us in the form of scenarios how a system or software interacts with individuals, organizations, or external systems carried for the purposes of this diagram the name of actors. It transmits how the actor uses the system to achieve a specific goal. It doesn't implement details, attributes, and user values. Without an actor, creating a use case diagram would be impossible as the main goal is to show how to use the system. Thus, it allows you to designate programmer, the goals that a given software user will want to achieve. These diagrams are used to supplement more detailed documentation. In this case, it shows how a potential user or a person with an already-created account can look for, add, delete, update, or review recipes on Help Chef.

adamkowalsky11 commented 1 year ago

Activity diagram Activity Diagram ZJO