Skip to content

TheCoderPerson/DroneFlightLog

Repository files navigation

SAR Drone Flight Log PWA

A Progressive Web App (PWA) for Search and Rescue (SAR) drone teams to log flight details.

Features

  • 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)

Setup

  1. Configuration: Create a config.json file based on config.example.json. You MUST fill in the googleSheetAppScriptUrl with the URL of your deployed Google Apps Script web app.
  2. Hosting: Host these static files (HTML, CSS, JS, manifest) on a web server or platform like GitHub Pages.
  3. Usage: Access the hosted URL. Load your config.json file via the Settings section.

Development

(Details on development setup, dependencies, etc. can be added here later)

Design

About

A web app for logging drone flights.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published