Files
oott/TODO.md
T
rzuastiandClaude Opus 4.8 cf8979f63d Fix blank /web UI and /api route under the bundled server
The Flutter web bundle was built with the default base href of "/" but is
served under "/web/", so index.html loaded while every asset reference
resolved to the site root and 404'd, leaving a blank page. Build the bundle
with --base-href=/web/ so asset URLs match the mount point.

Also correct the root guidance text (the API explorer is at /api/docs, not
/api) and add an /api -> /api/docs redirect for convenience.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-06 12:25:07 -04:00

2.0 KiB

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
  • 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)

Release plan for 0.2.0

  • Test Android UI on emulator
  • 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 the vendor is empty put (unknown)
  • In the active scanners status, it should count the number of distinct devices it saw on the last scan (avoid duplicates)
  • 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)
  • 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
  • Mobile - Device details - Chart buttons not fully visible, replace with combo only for narrow devices

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