# Checklist ## Web admin - [x] Browser-based admin UI (`/admin`) for logs + stats ## Android admin app - [ ] Kotlin + Compose app - [ ] Store `ADMIN_TOKEN` securely (EncryptedSharedPreferences/Keystore) - [ ] Logs list/search/detail using `/api/logs` + `/api/logs/:request_id` - [ ] Stats views using `/api/stats/*` - [ ] Base URL config for local network host (e.g. `http://192.168.88.2:8787`)