docs: finalize report assets and polish dashboard UI
This commit is contained in:
parent
441e709193
commit
a6edf804b4
42 changed files with 1084 additions and 406 deletions
25
docs/diagrams/use-case.mmd
Normal file
25
docs/diagrams/use-case.mmd
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
flowchart LR
|
||||
Admin([Admin])
|
||||
Login((Sign in))
|
||||
Protected((Akses Dashboard Terproteksi))
|
||||
Dashboard((Melihat Dashboard Summary))
|
||||
Server((CRUD Server))
|
||||
Service((CRUD Service))
|
||||
Domain((CRUD Domain))
|
||||
AutoDns((Auto DNS Check saat Create/Update Domain))
|
||||
ManualDns((Manual DNS Check dari List/Detail Domain))
|
||||
Note((CRUD Catatan))
|
||||
Detail((Melihat Catatan pada Detail Server))
|
||||
Logout((Sign out))
|
||||
|
||||
Admin --> Login
|
||||
Login --> Protected
|
||||
Protected --> Dashboard
|
||||
Protected --> Server
|
||||
Protected --> Service
|
||||
Protected --> Domain
|
||||
Protected --> Note
|
||||
Domain --> AutoDns
|
||||
Domain --> ManualDns
|
||||
Server --> Detail
|
||||
Admin --> Logout
|
||||
Loading…
Add table
Add a link
Reference in a new issue