Questions tagged [use-case]

Use-cases capture and specify requirements of a system and stakeholder expectations with a view to the objectives of its users. Do not use this tag for for questions about suitability of the use of techniques/features to solve implementation issues.

Purpose

Use-cases capture and specify requirements of a system and stakeholder expectations with a view to the objectives of its users and the added value.

Tag usage

Use this tag for questions relating to the problems that a system is supposed to solve, and to use-case analysis and design:

  • Identifying and scoping use-cases in narratives and requirements
  • Analyzing the actors and their interactions with a system
  • Abstracting use-cases from specific scenario and user-interfaces
  • Documenting use-cases in textual or tabular form
  • Modeling use-cases in UML. In this case add .

You may also use this tag for questions related to the implementation of use-cases (e.g. with )

Do not use this tag for for questions about:

  • suitability of programming techniques or features to solve implementation issues. The remaining tags should be sufficient for people to find your question.
  • exclusively UML use-case diagramming syntax. Prefer the tag combination in this case.

Additional information:

826 questions
0
votes
1 answer

Modelling the creation of an Actor in a use case diagram

If you believe that a use case flow of events creates an actor, how would you model that? I have a use case that creates a windows service, which (in my mind) is another system with its own set of use cases and actors. At the moment it is not…
None
0
votes
1 answer

MySQL: normalization, is this a valid exception?

We have 10 years of archived sports data, spread across separate databases. Trying to consolidate all the data into a single database. Since we'll be handling 10X the number of records, I'm trying to make schema redesign changes now to avoid…
virtualeyes
  • 11,147
  • 6
  • 56
  • 91
0
votes
1 answer

Modelling uml diagrams Use case -> Sequence?

After having my use case diagrams, i can't found the logique to follow to implement the sequence diagram, how can i go from analysis the what to design the how from the actors and uses cases to a sequence diagram with many stereotype without…
imanis_tn
  • 1,150
  • 1
  • 12
  • 33
0
votes
1 answer

can anyone see any problems with this use case

I don't really understand the concept of use case diagrams but I have taken a crack at it. Can anyone see any problems with the following use case diagram:
batsta13
  • 549
  • 2
  • 12
  • 26
-1
votes
1 answer

Use cases vs Domain vs Repositories: Where should the business logic reside?

Upon using Clean Architecture for multiple Android projects, I always stumbling with a temptation on where is the best location to put the business logic. Based on my understanding Domain Model holds some business logic and value objects that solves…
-1
votes
1 answer

Error with String to listOfDoubles in Kotlin

I want to parse ClientEntity.weight in String to ClientDetails.weight which is List of Doubles and use it in my Screen. My mapper: fun ClientEntity.toClientDetails() : ClientDetails{ return ClientDetails( id = id, name = name, …
Equlo
  • 115
  • 10
-1
votes
1 answer

How to implement a GDPR compliant use-cases in the diagram

I'm stuck with one small part of my project. The main idea of the project is: There are a customer, a bank and a shop as actors. A customer wants to make an order but before he/she does it, the bank needs to check if the customer is on a…
-1
votes
5 answers

Sequence of UML diagrams

What are the sequence that i need to follow when creating UML diagrams Can you number it and show it as mandatory? In my thought its should be like below: Use Case (mandatory) Sequence (mandatory) Activity state Collaboration Class …
Jaison
  • 773
  • 2
  • 9
  • 16
-1
votes
1 answer

Use cases Extends and include

I have a not completed diagram of e-commerce order I am not sure of the include and extend relatationship Does this diagram is correct for the attached flow
24sharon
  • 1,859
  • 7
  • 40
  • 65
-1
votes
1 answer

Use Case Diagram for timetable system

This is the Use Case Diagram I made for the timetable system of my college: Is my diagram correct? Or does it need more use cases?
Student777
  • 1
  • 1
  • 4
-1
votes
2 answers

How do i design a UML use case diagram

I am trying to design a use case diagram for the following scenario. I have a society that is distributing goods to clients based on their orders. These clients can be administrations, companies, or private individuals. Depending on what the client…
Mavil
  • 85
  • 7
-1
votes
1 answer

Use Case Diagram Option and Option AND two actor in one module same use case

The case 1: The Human Resource Manager can add a new employee. HR Manager can either add the admin staff or add academic staff. And Academic staff has full-time or part-time. I know that the primary use case is add a new employee. But the Question…
ZT Chuah
  • 9
  • 6
-1
votes
1 answer

Can an actor have a direct relationship to an use-case that starts after another use-case succeeded?

I want to write an application that can upload a file, validate that file, convert it and return the file in the new format. The user has to upload a file. The next step is to choose a template that the system has to use for validation. This second…
Rva03
  • 1
  • 2
-1
votes
1 answer

Can we use include on extension points as the diagram shows

I am making a use case to present 2 FA process for my desktop application where the user will be required to either choose a secret question or SMS code for 2FA. Is it correct to include extension points to show the login process? This is what I…
Hancy
  • 9
  • 2
-1
votes
1 answer

UML - Use cases and Actors

I'm currently learning the second part of object-oriented programming and we have moved on to UML. We are learning about use cases and actors currently and we need to create: List of actors and use cases initiated by each actor for a given…
JavaScr
  • 9
  • 7