Questions tagged [use-case-diagram]

191 questions
1
vote
2 answers

How do i represent conditions on use cases?

I'm in the specification part of a project and i have to make use cases but i don't understand how to translate this scenario. The project is: Students and teachers have to check in with a card in every class and the system counts presences and…
Aldie Yung
  • 65
  • 8
1
vote
1 answer

How to extract the sequence diagram from the function procedures?

I have a E-services portal for student’s system But I'm not sure which sequence diagram will be drawn for withdrawal from the course The student can: Request apology or reprieve Request delete or add course Request for re-registration Request…
HassanYu
  • 55
  • 3
  • 11
1
vote
2 answers

How to generalize actors in UML diagrams

Here's the use case scenario I have Ever Green Homes PVT Ltd. (EGH) sells houses. People who want to sell their houses sign a contract with EGH and provide information on their house. This information is kept in a database by EGH and a subset…
1
vote
1 answer

How can a Use Case diagram be presented when an actor has two different scenarios?(the exact same actor)

I have to build an Use Case diagram, but one of the actors has two different scenarios, for example the actor has to either choose one laptop or some laptops.How do I represent that in my Use Case Diagram?
jj2503
  • 11
  • 1
1
vote
1 answer

Use Case: User uses input device

I am creating a use case diagram for a scenario where a user uses various input devices (tablet, wireless pen, etc) to interact with a system. For that part, because users only interact with the system through devices, I currently have the diagram…
chocalaca
  • 330
  • 2
  • 17
1
vote
1 answer

Is this Use Case correct?

Its my first time making a use case and this is for my coursework. I had to follow the case study below. Case Study 8: Warehouse Control System (WCS) A warehouse distributes health food and related products. Customers order a particular product…
Wasim
  • 11
  • 2
1
vote
2 answers

What counts as functional requirement and what doesnt in the following example?

For my homework, I have to write functional requirement of a game called downfall (see Wikipedia). We have to make this game, but with not two sides but n (any number of) sides. In an example solution (another game), the teacher writes the…
KijeviGombooc
  • 304
  • 2
  • 13
1
vote
1 answer

Which is an appropriate way to present the addition, edit and deletion of something in a use case diagram?

For example, if you have an eShop, what would you do as far as the basket is concerned since you can add / edit / delete products from it ?
user10419944
1
vote
2 answers

Identifying use cases in a poll webapp

I'm trying to figure out which use cases should I put in my use case diagram. I'm developing a poll webapp: after login, an authenticated user can browse a list of polls, then may select one poll from the list and finally may answer a poll. This…
user9722105
1
vote
1 answer

Understanding constraints in use case diagram

I've just read a book about UML and an currently trying to create a use case diagram of one simple domain. The domain states: There are two kinds of users: default and vip. Default user can create no more than 10 posts. Vip user has no…
Ivan avn
  • 77
  • 7
1
vote
2 answers

Is my Use Case diagram correct? About Use Case generalization

Edit: Final outcome based on suggestion given by @qwerty_so This is my use case diagram for View Repository in Source Code Management System. This system is part of Project Management System. The system is similar to GitHub, user can select…
wei
  • 937
  • 2
  • 14
  • 34
1
vote
1 answer

Can someone tell me if I tried Use Case Diagram Correct for this scenario?

I have a scenario for which I have to design a use case diagram, activity diagram and a class diagram: “I run a small computer consultancy firm with a number of employees. Along with the basic information about the employees (name, DoB, contact…
Ruvindra Yohan
  • 67
  • 1
  • 10
1
vote
1 answer

Use case diagram can't name my actor properly

So I have a problem. I'm making a use-case diagram for an e-commerce store. But I've been told that one of my actors can't be named server as it's not outside of the system. Any Ideas on what this actor can be called instead? This actor is taking…
1
vote
1 answer

use case - actor relations

I have the below question: An actor is associated to a use case A, which has an extension use case B and B is extension of use case C. Question: does it mean that the actor has access to use case C? Thanks in advance! Joanna
Joanna M.
  • 37
  • 1
  • 4
1
vote
2 answers

Use Case Diagram for Stack Overflow

I am trying to design a Use Case Diagram for an app like Stack Overflow. I have tried to add some basic functionalities in this diagram. I want to improve this diagram to include an exhaustive list of all the features of Stack Overflow, but have no…