python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Include Relationship in Use Case Diagram
I have this diagram. The staff receives an email when his letter is approved. Do I need add an include relationship between two use cases? If I did that, it means the staff needs to approve letter to ...
Haru
Votes: 0
Answers: 1
Best way to define the presenter and outport in clear architecture?
I have been trying to follow clear architecture, to develop applications.
most of the stuff suggested by uncle bob's clean architecture theoretically makes sense.
As shown in the picture,
All the use...
rahul Kushwaha
Votes: 0
Answers: 1
How to access same usecase inside multiple feature modules
in the case of real large project, i have decided to use clean architecure inside each feature module of my application separately, preventing to have one Giant domain and data layer against too many ...
HAMED
Votes: 0
Answers: 1
How to represent a complex use case where every step of the main flow can have multiple scenarios (alternative or error path)?
Little background
I'm new to writing use cases and representing their scenarios.
I'm dealing with a complex system. In the first step of analyzing the system, I created a use case diagram where each u...
Parsa68
Votes: 0
Answers: 2