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

16 lines
523 B
Markdown

# Checklist
## Web admin
- [x] Browser-based admin UI (`/admin`) for logs + stats
## Android admin app
- [x] Kotlin + Compose app (project scaffold)
- [ ] Add gradle wrapper jar (or generate via Android Studio)
- [x] Store `ADMIN_TOKEN` securely (EncryptedSharedPreferences)
- [x] Logs list/search/detail using `/api/logs` + `/api/logs/:request_id`
- [x] Stats summary view using `/api/stats/summary`
- [x] Base URL config for local network host (e.g. `http://192.168.88.2:8787`)
- [ ] Timeseries + model stats screens