mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Backend: notifications now show a plain "-" for an absent name, vendor, or device type (was empty string / "(unknown)" / "Unknown"), via a single UNKNOWN_PLACEHOLDER constant. Frontend: - Empty/unknown values render as an em dash everywhere, centralised in a new Placeholders.emptyValue constant (replaces inline '—' and '(unknown)'). - Route paths moved to a new Routes class, used by the router and every navigation call site. - Device event type modelled as a DeviceEventType enum mirroring the backend (NewDevice/DeviceSeen) instead of bare string comparisons. - Hardcoded EdgeInsets/SizedBox spacing replaced with existing Insets tokens. Tests and formatting updated; all backend and frontend tests pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
39 lines
1.5 KiB
Markdown
39 lines
1.5 KiB
Markdown
# OOTT ToDo list
|
|
|
|
- [ ] Add support for push notifications to the app (iOS and Android)
|
|
- [ ] Modify the release script to check that gh is logged in and that frontend tests are run before releasing
|
|
|
|
## Release plan for 0.2.0
|
|
- [x] Test Android UI on emulator
|
|
- [x] Release 0.1.0
|
|
- [ ] Fix bugs and release 0.1.1
|
|
- [ ] Install in test server (docker) following documented process
|
|
- [ ] Install test app on iPhone
|
|
- [ ] Test in-house for 1 week
|
|
- [ ] Implement push notifications
|
|
- [ ] Release 0.2.0
|
|
- [ ] Install in test server and test app on iPhone
|
|
- [ ] Test in-house for 3 days
|
|
- [ ] Release 0.2.1 (or as many versions as needed)
|
|
- [ ] Publish website
|
|
- [ ] Post on reddit
|
|
|
|
## Backend
|
|
|
|
- [ ] In notifications, when its a new device(s) found notification, remove the status block (new devices are never registered)
|
|
- [x] In notifications, when the vendor is empty put (unknown)
|
|
- [ ] Implement the pushover API call directly to support HTML content and review notification text to use it
|
|
|
|
## Frontend
|
|
|
|
- [ ] When the user goes to the / URI in a production server redirect him to /web
|
|
- [ ] Add a link to the API docs (/api/docs) in the navigation (new window - only visible in wide)
|
|
|
|
## Improve engine
|
|
|
|
Passive (low noise, no probing):
|
|
- Passive packet capture — observe any broadcast/multicast traffic; a device that never responds to ARP still generates traffic
|
|
|
|
Active (you probe the network):
|
|
- NDP (Neighbor Discovery Protocol) — IPv6 equivalent of ARP; important if the network uses IPv6
|