Use Case Diagram

Actor-to-goal. Dated, but still the clearest way to show scope boundaries.

Use Case Diagram: rendered example
Rendered by Gnomon from the source below. No edits.

The source

25 lines of PlantUML, and needs nothing beyond the bundled engine. Copy it, or open the template inside Gnomon and render it as it is.

@startuml

title Use Case Diagram

left to right direction

actor "User" as user
actor "Admin" as admin

rectangle "System" {
  usecase "Login" as UC1
  usecase "View Dashboard" as UC2
  usecase "Manage Users" as UC3
  usecase "Generate Report" as UC4
}

user --> UC1
user --> UC2
user --> UC4

admin --> UC1
admin --> UC3
UC3 ..> UC1 : <<include>>

@enduml

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in UML and standard diagrams