Below is what is implemented and tested, not what is planned. What is still missing is spelled out further down, in plain words.
01
Techlog entry with an electronic signature
Signing means re-entering your password, a SHA-256 digest of a closed list of entry fields and a server timestamp — never the time on the pilot device. After signing, the entry cannot be changed or deleted, not even in the database. A mistake is corrected by a reversal with compensating increments plus a new entry; both stay in the register.
- Immutability enforced in the database
- Reversal instead of editing
- NIL or a defect — there is no third option
02
Works in the hangar with no signal
The application is a PWA with its own service worker: pilot routes open without a network even if the pilot has never visited them before. The entry goes into a queue on the device and is sent automatically once connectivity returns. The server never overwrites the pilot entry — a conflict produces a side-by-side “your entry / server state” view, a re-base proposal that preserves your increment, and a mandatory re-signature.
- IndexedDB queue, FIFO
- Quarantine for a missing preceding flight
- No “server wins”
03
A life-limit engine that does not drift
Hour, calendar and cycle limits, the “whichever occurs first” and “whichever occurs later” rules, tolerances anchored to the planned due point rather than the actual completion date — so inspections do not creep forward with every visit. The remaining-time forecast takes the more conservative of two utilisation rates: the 30-day and the 90-day average.
- Block and tach as separate hour bases
- A “no data” status instead of a fictional forecast
- Engine covered by golden and property tests
04
Defects, components, aircraft documents
Every entry requires either NIL or a defect description; a defect has a status, a deferral deadline and a rectification record. Components carry an installation history — moving an engine moves the whole sub-tree of accessories with it, and removal records the counter state at that moment. ARC, CofA, insurance and AFM have expiry dates with alerts 60 and 30 days ahead.
- Installation history cannot be deleted
- Withdrawing a document means archiving it
- Daily e-mail alerts
05
Manufacturer bulletins and airworthiness directives
A daily job pulls publications from Robinson, Extra and Bell, plus EASA airworthiness directives for the types in your fleet — the search terms follow your fleet, so a new type automatically widens the intake. A new revision automatically supersedes the previous one, files are de-duplicated by SHA-256, and the catalogue has filters, sorting and bulk actions. Applicability assessment stays with CAMO — the system does not fake it.
- Robinson · Extra · Bell · EASA AD
- Guimbal: manual upload (no public source)
- Revision supersedure
06
Audit pack in one click
One ZIP: the techlog register for the period (CSV and PDF, including reversed entries), the due list, the compliance history, AD/SB status, components with installation history, defects, aircraft documents and a manifest with SHA-256 checksums of every file. Generating the pack is recorded in the event register: who, when, what scope.
- Open formats — readable without this application
- Manifest with SHA-256 checksums
- A PDF outage does not block the export