This repository has been archived on 2023-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
soft-arch/src/sa/model/examples/context.puml

16 lines
318 B
Plaintext

@startuml
!include <C4/C4_Container>
Person(user_s, "Students", "")
Person(user_p, "Profs", "")
System_Boundary(boundary, "ASQ") {
}
System_Ext(icorsi, "iCorsi")
Rel(user_s, boundary, "Answer questions")
Rel(user_p, boundary, "Ask questions")
Rel(boundary, icorsi, "Import/Export", "Student List, Grades")
@enduml