feat(glider): glider flight form fields + EASA sailplane logbook export - #122
Open
fjaeckel wants to merge 6 commits into
Open
feat(glider): glider flight form fields + EASA sailplane logbook export#122fjaeckel wants to merge 6 commits into
fjaeckel wants to merge 6 commits into
Conversation
Phase G1 frontend for glider/SPL operations. - FlightForm: for glider/TMG aircraft, the launch section now collects launches and release altitude (+ AGL/AMSL ref) alongside the launch method, which is expanded with bungee and auto-tow. Pure sailplanes hide the IFR field (no IFR privilege). - Export: PDF export adds an "EASA Sailplane (SPL)" format that prints a sailplane-only logbook, separate from the aeroplane logbook. - Regenerated API client; added en/de translations. Tests: new FlightFormGlider.test.tsx (launch fields shown for gliders, hidden for powered; IFR hidden for sailplanes). Full vitest suite (286) and tsc --noEmit green.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase G1 frontend for glider/SPL operations. Pairs with ninerlog-api PR #71 (
feat/glider-spl-operations). A glider pilot whose tools already understand a winch launch won't switch to a logbook that asks them to type "winch" into remarks — this makes launch data first-class in the flight form and gives sailplane pilots a separate, printable logbook.Changes
Tests
FlightFormGlider.test.tsx: launch fields shown for gliders, hidden for powered aircraft; IFR hidden for sailplanes.tsc --noEmitgreen.