Files
JesebelGPT/CHECKLIST.md
2026-01-27 02:01:40 +01:00

14 lines
399 B
Markdown

# 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`)