No description
`apply_edit_to_contact/2` is the path for both owner direct-edits and admin reviewed-edits. The public contact-map + total-count + gzipped controller payload caches are built from `private == false` rows, but only the insert path was clearing them — every other update left /api/contacts/map and /contacts/map serving the previous snapshot for up to 10 minutes. A `private: false -> true` flip on a contact already present in the cached payload was a temporary privacy leak; grid corrections, callsign changes, and flagged_invalid flips silently diverged from the live row. Extracts the three `Cache.invalidate` calls into `invalidate_contact_map_caches/0` and runs it from both `apply_edit_to_contact/2` and the existing insert path so the public view stays in sync. |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| rust/prop_grid_rs | ||
| scripts | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| LICENSE | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
| 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