Add admin docs and Android admin scaffold

This commit is contained in:
kdusek
2026-01-27 02:34:21 +01:00
parent c716699a66
commit a36707c8aa
21 changed files with 664 additions and 5 deletions

View File

@@ -6,8 +6,10 @@
## 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`)
- [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