Platform
The platform under every module
The same six capabilities sit under every module, military or civilian: offline-capable, permissions enforced at the database, multi-base tenancy, PDF export with no server in the loop, deliverable email, and a maps engine instead of a list.
Works where the connection doesn't
The app installs like any other app, on a phone, a tablet, or a laptop: an icon on the home screen, no separate browser window, no app-store update cycle to sit through. Once it's installed, it keeps working when the network drops.
A check, an inspection, or a status update made with no signal writes to a queue on the device instead of failing outright. The moment the connection returns, that queue syncs in the background and the record lands where it belongs.

Permissions enforced in the database
Every role on the roster (Airfield Manager, Base Admin, a read-only auditor, and everything between) is crossed against a matrix of permission keys, one row per role and one column per action. That matrix is the single source of truth for who can see or change what, not a setting scattered across a dozen screens.
The enforcement point is the database itself, through row-level security, not a button hidden somewhere in the interface. A request the matrix doesn't allow gets rejected server-side, so the access rule holds even if a screen renders something it shouldn't, or a request skips the interface entirely.
One account, many airfields
An account isn't tied to a single airfield. Whoever needs visibility across more than one base (a MAJCOM Functional Area Manager or a Regional Functional Manager, a contractor working several installations, an Airfield Manager covering a detachment) switches from one base to another without logging out and back in as someone else.
Every base's data stays isolated from every other base's: inspections, discrepancies, personnel, and the rest of the record belong to the base that produced them. Switching bases changes what you're looking at, not what exists underneath it.

Documents generated on your machine
Every report, from a single inspection to a full records export, renders as a PDF in the browser itself. Nothing gets uploaded to a third-party rendering service and handed back as a file; the document is built on the device that requested it.
That matters most for the record itself: an inspection log, a discrepancy history, a training file. None of it transits a third-party server on its way to a PDF when exporting.

Mail that reaches operational inboxes
Invites, password resets, and PDF distribution all send as Glidepath (Glidepath Technologies, LLC), not a generic notification address, with replies going to info@glidepathops.com.
The messages themselves stay plain-text-friendly by design, because strict mail environments (base networks, government filters, anything running an aggressive spam policy) are more likely to deliver a plain message than one built entirely out of images and tracking pixels.
The airfield as a map, not a list
Most of what the app tracks has a location, and the maps engine is where that location lives: a satellite base layer under everything, with feature maps for lighting and signs plotted at their real positions instead of buried in a table.
The same engine runs the math behind parking plans and obstruction evaluations: clearances, surfaces, and the geometry that decides whether an aircraft or an object actually fits where someone wants to put it. That calculation runs against the airfield's real geography, not a schematic stand-in for it.
