{"id":48220268,"url":"https://github.com/targetmisser/flightworkapp","last_synced_at":"2026-04-16T23:04:44.964Z","repository":{"id":348958818,"uuid":"1200502135","full_name":"TargetMisser/FlightWorkApp","owner":"TargetMisser","description":"AI-assisted airport operations app for shifts, flight timelines, Android widgets, and Wear OS support.","archived":false,"fork":false,"pushed_at":"2026-04-04T17:37:54.000Z","size":1299,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T20:10:54.660Z","etag":null,"topics":["ai-assisted","airport-operations","airport-staff","android-widget","expo","flight-operations","mobile-app","react-native","typescript","wear-os"],"latest_commit_sha":null,"homepage":"https://github.com/TargetMisser/FlightWorkApp#readme","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TargetMisser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-03T13:44:06.000Z","updated_at":"2026-04-04T17:37:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/TargetMisser/FlightWorkApp","commit_stats":null,"previous_names":["targetmisser/flightworkapp"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/TargetMisser/FlightWorkApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TargetMisser%2FFlightWorkApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TargetMisser%2FFlightWorkApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TargetMisser%2FFlightWorkApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TargetMisser%2FFlightWorkApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TargetMisser","download_url":"https://codeload.github.com/TargetMisser/FlightWorkApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TargetMisser%2FFlightWorkApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31487542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-assisted","airport-operations","airport-staff","android-widget","expo","flight-operations","mobile-app","react-native","typescript","wear-os"],"created_at":"2026-04-04T19:09:12.789Z","updated_at":"2026-04-10T21:27:59.718Z","avatar_url":"https://github.com/TargetMisser.png","language":"TypeScript","readme":"# FlightWorkApp\n\nFlightWorkApp is an Expo / React Native app designed for airport operations work, bringing shift planning, flight activity, quick-reference manuals, and phone + Wear OS support into one place.\n\nIt is mainly built to:\n\n- check the current shift\n- view the operational flight timeline\n- use quick Android widgets\n- use a Wear OS companion for essential info\n- store notes, passwords, contacts, and operational manuals\n\n## AI-Assisted Development\n\nA core part of this project is that it was built with AI support throughout the development process.\n\nThat includes:\n\n- feature ideation and planning\n- code implementation and refactoring\n- debugging and issue fixing\n- documentation drafting\n- repository and release workflow setup\n\n## Main Features\n\n- Shift calendar with manual entry and import tools.\n- Flight timeline and shift operations view.\n- Android widget for shift flights.\n- Companion Wear OS.\n- Editable manuals and operational notes.\n- Contacts, notepad, and password management.\n\n## Stack\n\n- Expo SDK 54\n- React Native 0.81\n- React 19\n- TypeScript\n- Android native module + Wear OS module\n\n## Requirements\n\n- Node.js 20 recommended\n- npm\n- Android Studio + Android SDK for local Android builds\n- Java 17 or newer\n\n## Clone and Run\n\nTo work on the project from another computer:\n\n```bash\ngit clone https://github.com/TargetMisser/FlightWorkApp.git\ncd FlightWorkApp\nnpm ci\nnpm run start\n```\n\n## Useful Commands\n\nStart Metro:\n\n```bash\nnpm run start\n```\n\nRun Android:\n\n```bash\nnpm run android\n```\n\nRun Web:\n\n```bash\nnpm run web\n```\n\nTypecheck:\n\n```bash\nnpm run typecheck\n```\n\n## Build and Releases\n\nAPK files are published in [GitHub Releases](https://github.com/TargetMisser/FlightWorkApp/releases).\n\nLatest stable: **v1.3.2**\n\nTo install:\n\n1. Open the Releases section and download `FlightWorkApp-vX.X.X.apk`.\n2. Transfer to your Android device and install (enable \"Unknown sources\" if needed).\n3. For Wear OS, pair the phone app — the watch companion installs automatically.\n\nTo build locally:\n\n```bash\ncd android\n.\\gradlew.bat assembleRelease\n# Output: android/app/build/outputs/apk/release/app-release.apk\n```\n\n## Branch Structure\n\n- `main`: most stable and shareable branch\n- `dev`: current development branch\n\n## Workflow Git\n\nSuggested flow:\n\n```bash\ngit checkout dev\ngit pull\ngit checkout -b feature/nome-modifica\n```\n\nWhen you are done:\n\n```bash\ngit add .\ngit commit -m \"Describe your change\"\ngit push\n```\n\n## Notes\n\n- The repository is set up to be used from multiple computers.\n- Local files, logs, temporary outputs, and keystores are not published.\n- The Android / Wear OS module is included in the repository.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftargetmisser%2Fflightworkapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftargetmisser%2Fflightworkapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftargetmisser%2Fflightworkapp/lists"}