2026-05-27 14:09:02 -04:00
|
|
|
# OOTT ToDo list
|
|
|
|
|
|
2026-06-01 21:43:08 -04:00
|
|
|
- [ ] Add support for push notifications to the app (iOS and Android)
|
2026-06-04 13:09:54 -04:00
|
|
|
- [ ] README.md - Add section about securing access (reverse proxy, never expose to the internet, etc.)
|
|
|
|
|
- [ ] README.md - Simplify storage section (remove the calculations - just leave the results)
|
2026-06-04 07:22:39 -04:00
|
|
|
|
|
|
|
|
## Release plan for 0.2.0
|
|
|
|
|
- [ ] Test Android UI on emulator
|
|
|
|
|
- [ ] Release 0.1.0
|
|
|
|
|
- [ ] 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
|
2026-05-27 14:09:02 -04:00
|
|
|
|
|
|
|
|
## Backend
|
|
|
|
|
|
2026-06-04 20:20:05 -04:00
|
|
|
- [ ] In the active scanners status, it should count the number of distinct devices it saw on the last scan (avoid duplicates)
|
2026-06-01 08:40:32 -04:00
|
|
|
- [ ] Implement the pushover API call directly to support HTML content and review notification text to use it
|
2026-05-27 14:09:02 -04:00
|
|
|
|
|
|
|
|
## Frontend
|
|
|
|
|
|
2026-06-04 20:20:05 -04:00
|
|
|
- [ ] Review the whole codebase for dead code, duplication and simplicity
|
|
|
|
|
- [ ] In the devices list, add an order by type (in the wide version it should be over the icon on the left of the list)
|
|
|
|
|
- [ ] How expensive it is to get the total number of pages and implement a go to last page
|
2026-06-05 19:29:38 -04:00
|
|
|
- [x] Mobile - Device details - Chart buttons not fully visible, replace with combo only for narrow devices
|
2026-05-28 11:35:49 -04:00
|
|
|
|
|
|
|
|
## 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
|