Oleksandr Bezdieniezhnykh 039563dc58 [AZ-588] Remove empty scaffolding dirs Entities/ + DTOs/Requests/
Refactor 02-baseline-cleanup C01. Both directories were untracked
empty placeholders surviving the May 14 missions rename; deleted from
working tree via rmdir (git was not tracking either). No source-code
diff. Verified post-removal: dotnet build OK (0/0 warn/err);
scripts/run-tests.sh = 48 pass / 0 fail / 30 skip (baseline match).

Batch report: _docs/03_implementation/batch_05_cycle1_report.md
Autodev: Step 10 (Implement) -> Step 11 (Run Tests), cycle 1.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-16 12:36:05 +03:00
2026-05-09 05:18:09 +03:00
2026-03-25 05:21:08 +02:00

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.
S
Description
No description provided
Readme 5.8 MiB
Languages
C# 98.6%
Dockerfile 1.4%