Skip to content

Commit

Permalink
feat: remove unused system integration
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwetan committed Oct 31, 2024
1 parent 811d508 commit 2b4ea9c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
title Use Case Diagram for Integrasi dengan Sistem Lain

actor "Sistem Penggajian" as PayrollSystem
actor "Sistem Penilaian Akademik" as AcademicSystem

rectangle "Sistem Kehadiran" {

usecase "Integrasi dengan Sistem Penggajian" as UC1
usecase "Integrasi dengan Sistem Penilaian Akademik" as UC2
usecase "Menghitung Gaji Berdasarkan Absensi" as UC3
usecase "Menghitung Nilai Partisipasi Berdasarkan Kehadiran" as UC4

PayrollSystem -- UC1 : Mengakses data kehadiran
UC1 .> UC3 : <<include>>

AcademicSystem -- UC2 : Mengakses data kehadiran
UC2 .> UC4 : <<include>>
}

@enduml

0 comments on commit 2b4ea9c

Please sign in to comment.