mirror of
https://github.com/azaion/missions.git
synced 2026-06-21 21:11:06 +00:00
2840ccb9b6
ci/woodpecker/push/build-arm Pipeline was successful
This commit transitions the project from Azaion.Flights to Azaion.Missions, updating namespaces, DTOs, services, and database entities accordingly. The Docker configuration and entry points have been modified to reflect the new project structure. Additionally, the README and documentation have been updated to clarify the ongoing renaming process and its implications. All references to flights have been replaced with missions, ensuring consistency across the codebase.
19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
# Azaion.Missions
|
|
|
|
> **NOTE (forward-looking)**: this repo is being renamed `flights` -> `missions` (Jira AZ-EPIC, child B4). The Gitea repo rename + suite `.gitmodules` update + `git mv flights missions` (B4) is still pending.
|
|
|
|
.NET 10 REST API for **mission planning** (missions + waypoints) and the **vehicle catalog** (Plane / Copter / UGV / GuidedMissile) on Azaion edge devices.
|
|
|
|
GPS-Denied (orthophoto upload, live-GPS SSE, GPS corrections) is **not** part of this service -- it lives in the separate `gps-denied` service. See `../suite/_docs/11_gps_denied.md`.
|
|
|
|
## Suite context
|
|
|
|
- **Tier**: edge (runs on Jetson / OrangePI / operator-PC).
|
|
- **Spec**: `../suite/_docs/02_missions.md` (post-rename).
|
|
- **DB**: shared local PostgreSQL on the edge device; this service migrates only its own 4 tables (`vehicles`, `missions`, `waypoints`, `map_objects`).
|
|
- **Auth**: JWT validated locally with the suite-wide HMAC secret. Tokens are minted by the remote `admin` service.
|
|
|
|
## Local docs
|
|
|
|
- `_docs/02_document/` -- bottom-up discovery + module + component documentation produced by autodev.
|