Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Convert it to diagram

Yohan James
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 17, 2023

@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

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 17, 2023

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.

Suggest an answer

Log in or Sign up to answer