Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
bitsmithy
/
jetset
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Demo
- #1
#1
Merged
hahuang65
merged 25 commits into
main
bitsmithy/jetset:main
from
hh/demo
bitsmithy/jetset:hh/demo
Copy head branch name to clipboard
Jun 16, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
Demo
#1
hahuang65
merged 25 commits into
main
bitsmithy/jetset:main
from
hh/demo
bitsmithy/jetset:hh/demo
Copy head branch name to clipboard
Commits
Commits on Jun 11, 2026
FEATURE: flight model + BDF bitmap renderer + metric cycling demo
Show description for d348d71
hahuang65
committed
d348d71
View commit details
Copy full SHA for d348d71
Browse repository at this point
Commits on Jun 12, 2026
FIX: switch build backend to hatchling to suppress egg-info artifact
Show description for db794d9
hahuang65
committed
db794d9
View commit details
Copy full SHA for db794d9
Browse repository at this point
Commits on Jun 14, 2026
FEATURE: config + FlightAPI protocol + AeroAPI adapter
Show description for 3761f61
hahuang65
committed
3761f61
View commit details
Copy full SHA for 3761f61
Browse repository at this point
feat: adsb.lol adapter + adsbdb route enrichment
Show description for e26d3d0
hahuang65
committed
e26d3d0
View commit details
Copy full SHA for e26d3d0
Browse repository at this point
REFACTOR: extract AeroAPI fixture test into dedicated class
Show description for 2fd1cdc
hahuang65
committed
2fd1cdc
View commit details
Copy full SHA for 2fd1cdc
Browse repository at this point
FEATURE: switch AeroAPIAdapter to IATA airport codes
Show description for b2b9467
hahuang65
committed
b2b9467
View commit details
Copy full SHA for b2b9467
Browse repository at this point
FEATURE: filter GA aircraft before route enrichment
Show description for 6d87665
hahuang65
committed
6d87665
View commit details
Copy full SHA for 6d87665
Browse repository at this point
REFACTOR: drop AeroAPI adapter
Show description for 70d135c
hahuang65
committed
70d135c
View commit details
Copy full SHA for 70d135c
Browse repository at this point
feat: limit route enrichment to 5 flights
Show description for bf3f8ed
hahuang65
committed
bf3f8ed
View commit details
Copy full SHA for bf3f8ed
Browse repository at this point
refactor: extract App class, rename main.py → app.py, use config-driven pause/refresh
hahuang65
committed
3c6ec62
View commit details
Copy full SHA for 3c6ec62
Browse repository at this point
feat: filter out grounded flights from display
Show description for d69cab0
hahuang65
committed
d69cab0
View commit details
Copy full SHA for d69cab0
Browse repository at this point
fix: check aircraft type against commercial whitelist in _is_commercial
Show description for 5a76155
hahuang65
committed
5a76155
View commit details
Copy full SHA for 5a76155
Browse repository at this point
refactor: let adsbdb decide what's a real flight
Show description for a4bdf47
hahuang65
committed
a4bdf47
View commit details
Copy full SHA for a4bdf47
Browse repository at this point
refactor: enrich routes until enough have routes, not a flat cap
Show description for 012ec0e
hahuang65
committed
012ec0e
View commit details
Copy full SHA for 012ec0e
Browse repository at this point
REFACTOR: extract _fetch_route and Route NamedTuple
Show description for 8803043
hahuang65
committed
8803043
View commit details
Copy full SHA for 8803043
Browse repository at this point
REFACTOR: add units to metric labels and shorten them
Show description for 2c1b9e5
hahuang65
committed
2c1b9e5
View commit details
Copy full SHA for 2c1b9e5
Browse repository at this point
Commits on Jun 15, 2026
FEATURE: add route plausibility checks with bearing alignment and cross-track distance
Show description for 87504b8
hahuang65
committed
87504b8
View commit details
Copy full SHA for 87504b8
Browse repository at this point
CHORE: add structured logging and debug targets
Show description for 21b2cca
hahuang65
committed
21b2cca
View commit details
Copy full SHA for 21b2cca
Browse repository at this point
REFACTOR: extract display formatting from Flight model
Show description for 4620b93
hahuang65
committed
4620b93
View commit details
Copy full SHA for 4620b93
Browse repository at this point
REFACTOR: extract geospatial functions into geo module
Show description for 146cf4f
hahuang65
committed
146cf4f
View commit details
Copy full SHA for 146cf4f
Browse repository at this point
REFACTOR: extract RequestsAPI from fetcher into http module
Show description for a9df496
hahuang65
committed
a9df496
View commit details
Copy full SHA for a9df496
Browse repository at this point
FEATURE: add route cache for adsbdb lookups with 15-minute TTL
Show description for 50b552b
hahuang65
committed
50b552b
View commit details
Copy full SHA for 50b552b
Browse repository at this point
REFACTOR: extract _parse_airport helper from _fetch_route
Show description for 0925494
hahuang65
committed
0925494
View commit details
Copy full SHA for 0925494
Browse repository at this point
FEATURE: add flight history with stale-flight refresh and LOADING state
Show description for 1e0c0b6
hahuang65
committed
1e0c0b6
View commit details
Copy full SHA for 1e0c0b6
Browse repository at this point
chore: add DEBUG logging for route plausibility checks
Show description for 5cd1fdd
hahuang65
committed
5cd1fdd
View commit details
Copy full SHA for 5cd1fdd
Browse repository at this point
You can’t perform that action at this time.