Initial Firmware chat web app
This commit is contained in:
13
CHECKLIST.md
Normal file
13
CHECKLIST.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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`)
|
||||
Reference in New Issue
Block a user