A Progressive Web App (PWA) for Search and Rescue (SAR) drone teams to log flight details.
- Mobile-friendly interface
- Offline data storage (IndexedDB)
- QR code scanning for Drone/Battery ID (Planned)
- Configurable Pilots, VOs, Airspace Classes (
config.json
) - Uploads logs to a central Google Sheet via Google Apps Script
- Handles unsynced logs (retry uploads, manual CSV export)
- Theme support (Planned)
- Configuration: Create a
config.json
file based onconfig.example.json
. You MUST fill in thegoogleSheetAppScriptUrl
with the URL of your deployed Google Apps Script web app. - Hosting: Host these static files (HTML, CSS, JS, manifest) on a web server or platform like GitHub Pages.
- Usage: Access the hosted URL. Load your
config.json
file via the Settings section.
(Details on development setup, dependencies, etc. can be added here later)