mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Centralises all SnackBar calls behind UISnackbars.showError/showSuccess/ showWarning/showInfo, each themed via AppColorExtension. New warning and info colour tokens added to both themes. Calling any method clears any visible snackbar before showing the new one. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
# OOTT ToDo list
|
|
|
|
- [x] Add linting to CLAUDE.md for both Rust and Dart
|
|
|
|
## Backend
|
|
|
|
- [x] Add Swagger and API docs (OpenAPI)
|
|
- [ ] Record an activity log in the database
|
|
- [ ] One event for each device appearance
|
|
|
|
## Frontend
|
|
|
|
- [x] List recorded devices
|
|
- [x] Register a device
|
|
- [x] Forget a device
|
|
- [x] Extract the snack bar confirmations as a utility widget so it can be reused
|
|
- [ ] In the notifications list add an action to register the device if new
|
|
- [ ] In the devices list add filters by owner and device type
|
|
- [ ] View detailed log of device activity (based on event log in the backend)
|
|
- [ ] Scan process monitor and summary page
|
|
- [ ] Is the scan process running
|
|
- [ ] Last run (when, how long did it take, how many devices did it found)
|
|
- [ ] When is the next run
|
|
- [ ] Rework notifications page into a homepage for the app
|
|
- [ ] Notifications list
|
|
- [ ] Summary of devices recorded (how many in total, how many seen in the last day, how many not seen for a week)
|
|
- [ ] Scanning process summary (is it running, when will it run again)
|
|
- [ ] About page
|