@startuml
left to right direction
skinparam packageStyle rectangle
actor Applicant
actor AdmissionOfficer
actor SystemAdministrator
rectangle OnlineAdmissionSystem {
usecase "Apply for Admission" as UC1
usecase "Pay Application Fee" as UC2
usecase "Upload Documents" as UC3
usecase "Check Application Status" as UC4
usecase "Review Application" as UC5
usecase "Accept/Reject Application" as UC6
usecase "Update Application" as UC7
usecase "Generate Admission Letter" as UC8
usecase "Manage User Accounts" as UC9
usecase "Configure System Settings" as UC10
Applicant -- UC1
Applicant -- UC2
Applicant -- UC3
Applicant -- UC4
AdmissionOfficer -- UC5
AdmissionOfficer -- UC6
AdmissionOfficer -- UC8
SystemAdministrator -- UC9
SystemAdministrator -- UC10
UC1 ..> UC2 : include
UC5 ..> UC6 : extend
UC7 ..> UC1 : extend
}
@enduml
how I can convert this code diagram into diagram
Welcome to the Atlassian Community!
You will need to find or write an app that can read this and render it as a diagram. Start in the Atlassian marketplace, there may be one in there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.