docs: finalize report assets and polish dashboard UI

This commit is contained in:
Syahdan 2026-05-07 00:35:17 +07:00
parent 441e709193
commit a6edf804b4
42 changed files with 1084 additions and 406 deletions

View file

@ -0,0 +1,10 @@
stateDiagram-v2
[*] --> UNRESOLVED
state "Checking DNS" as CHECKING
UNRESOLVED --> CHECKING : create/update/manual check
MATCH --> CHECKING : re-check
MISMATCH --> CHECKING : re-check
CHECKING --> MATCH : expected IP ditemukan
CHECKING --> MISMATCH : resolved IP berbeda
CHECKING --> UNRESOLVED : DNS lookup gagal