No description
- render_for_zoom/3: zoom ≤ 8 uses heatmap; high zoom with marker_data pushes to the client; high zoom + nil marker_data is a no-op. Each branch is now a separate function head. - push_new_packet/3: a boolean-dispatched pair replaces the popup-open conditional on the push_event payload. - prepare_packet_state: the two rebinding `if`s turn into a pipeline through prune_if_over_cap/1 (pattern-matched on map_size/1) and build_marker_data/5 with a zoom ≤ 8 short-circuit clause, plus maybe_tag_convert_from/3 for the replacement-marker tag. - moved_significantly?/3: the duplicated guard check between dispatch_visibility and batch_dispatch collapses into one helper that pattern-matches on the coordinate tuple returned by CoordinateUtils. Adds extra tests covering the new significance / stale-coords branches and the connection card LiveComponent render paths. Coverage 65.89 → 66.41%. |
||
|---|---|---|
| .devcontainer | ||
| .forgejo/workflows | ||
| .github/workflows | ||
| assets | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| priv | ||
| rel | ||
| scripts | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dialyzer_ignore.exs | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .gitmodules | ||
| .sobelow-skips | ||
| .test-commands | ||
| .tool-versions | ||
| AGENTS.md | ||
| capture_aprs.py | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| Dockerfile | ||
| fly.toml | ||
| horusec-config.json | ||
| LICENSE | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
| renovate.json | ||
| security-policy.json | ||
| tail_logs.sh | ||
| TODO.md | ||
| tsconfig.json | ||
Aprs
Prerequisites
Before setting up the project, ensure you have the following installed:
- Elixir 1.17+
- Erlang/OTP
- PostgreSQL with PostGIS extension
Setup
To start your Phoenix server:
- Run the complete setup:
mix setup - 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.
Deployment
This application is deployed to a Kubernetes cluster using Flux GitOps. The Kubernetes manifests are in the k8s/ directory and are automatically applied by Flux when changes are pushed to the main branch.
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