towerops/lib/towerops_web/live/coverage_live
Graham McIntire 84d4fccb29 feat: optionally attach a coverage to a device at the chosen site
After picking a site in the coverage form, a new optional dropdown
lets the user attach the coverage to one of the devices at that site.
The dropdown reloads on every site change. If the site has no devices
yet, a hint replaces it.

Schema: nullable device_id FK on coverages (on_delete: nilify_all so
deleting a device leaves the coverage standing). Filtered by both
site_id and organization_id when loading the dropdown options.

Show page lists the attached device by name (or IP) when set.
2026-05-06 14:49:32 -05:00
..
form.ex feat: optionally attach a coverage to a device at the chosen site 2026-05-06 14:49:32 -05:00
form.html.heex feat: optionally attach a coverage to a device at the chosen site 2026-05-06 14:49:32 -05:00
index.ex feat: add /coverage RF prediction feature scaffold 2026-05-06 13:44:14 -05:00
index.html.heex refactor: imperial coverage form + Deygout/curvature propagation 2026-05-06 14:44:23 -05:00
show.ex feat: optionally attach a coverage to a device at the chosen site 2026-05-06 14:49:32 -05:00
show.html.heex feat: optionally attach a coverage to a device at the chosen site 2026-05-06 14:49:32 -05:00