No description
PSK Reporter tab: - Fix handle_info(:refresh_spots) to use start_async instead of blocking - Add require Logger to fix compiler warning - Make band counts clickable: clicking a band filters table to that band's last 100 spots; clicking again clears the filter - Highlight active filter badge, show Clear filter link when filtered - Update subtitle and empty state dynamically based on filter - Filter persists across auto-refresh (60s) - Fix empty state condition to render immediately without async guard Credo fixes (mix credo --strict now passes): - weather_map_component.ex: replace @doc false with @impl true (missing spec) - contact_weather_enqueue_worker.ex: extract hrrr_placeholder_for_contact/3 to reduce nesting depth - profile_lookup.ex: replace MapSet+then+reject pattern with Enum.filter to fix both nesting depth and cyclomatic complexity Test infrastructure fixes: - Fix Release.migrate/0 to handle repos without migration directories (AprsRepo in test has no migrations) - Fix insert_spot helper: add missing 19th param for inserted_at/updated_at - Fix String.index/2 -> :binary.match for Elixir 1.20 compat - Fix DateTime.add!/3 -> DateTime.add/3 for Elixir 1.20 compat - Fix substring matching in limit test (GRID1 matched GRID10) - Add Process.sleep+render calls for async band_counts in new tests - Replace impossible 'empty state for filtered band' test with 'switching band filter updates table' test - All 19 tests pass, mix credo --strict clean |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| nix | ||
| notebooks | ||
| priv | ||
| rel | ||
| rust/prop_grid_rs | ||
| scripts | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| bugs.md | ||
| CLAUDE.md | ||
| Dockerfile | ||
| Dockerfile.base | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| mix.exs | ||
| mix.lock | ||
| nix.md | ||
| prediction.md | ||
| README.md | ||
| shell.nix | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix