prop/lib/microwaveprop_web/api
Graham McIntire cb8445f329
fix: resolve 158/183 credo --strict warnings
- Add 17 missing @spec annotations (layouts, error_json, error_html, skewt_svg)
- Move 12+ nested alias/import/require to module top level
- Add phx-change/id attributes to 11 raw HTML <form> tags
- Remove 4 unused LiveView assigns (:bounds, :data_provider)
- Add 3 missing doctest references (HrrrNativeClient, BulkFetch, Accounts)
- Break 2 long lines (path_compute.ex:382)
- Strengthen weak test assertions (is_binary→byte_size, is_list→!=[])
- Replace Module.concat with Module.safe_concat (2 occurrences)
- Replace length/1 > 0 with list != [] (9 occurrences)
- Remove no-op assert true, fix no-assertion tests

Remaining: 24 socket.assigns introspection warnings (deliberate test
pattern for observable behavior testing), 1 formatter-resistant long
line, 3 app-code usage warnings.
2026-06-12 15:47:15 -05:00
..
rate_limiter fix(security,perf): address 9 audit findings (access control, DoS, crashes) 2026-05-11 18:53:21 -05:00
auth.ex feat: secure /api/v1 REST API for regular-user actions 2026-05-09 08:59:54 -05:00
error_json.ex fix: resolve 158/183 credo --strict warnings 2026-06-12 15:47:15 -05:00
fallback_controller.ex fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
monitor_auth.ex feat(api): ingest endpoint for propmonitor beacon measurements 2026-05-13 16:07:04 -05:00
rate_limiter.ex fix: resolve all dialyzer type errors across project (46→0 project errors) 2026-06-08 17:51:13 -05:00