• Oslo, Norway
  • Joined on 2025-02-17
olemd deleted branch feature/sqlite-database-integration from olemd/skyview 2025-08-31 19:45:27 +02:00
olemd pushed to main at olemd/skyview 2025-08-31 19:45:27 +02:00
0b0de87be0 Merge pull request 'feat: Enhanced database status monitoring and configuration management' (#34) from feature/sqlite-database-integration into main
d80bb3a10f docs: Update DATABASE.md with comprehensive schema and usage documentation
8019049c63 feat: Enhance web interface with database integration and callsign management
5733209251 test: Add comprehensive test suite for database functionality
0f16748224 feat: Enhance core database functionality and optimization
Compare 12 commits »
olemd merged pull request olemd/skyview#34 2025-08-31 19:45:27 +02:00
feat: Enhanced database status monitoring and configuration management
olemd pushed to feature/sqlite-database-integration at olemd/skyview 2025-08-31 19:44:34 +02:00
d80bb3a10f docs: Update DATABASE.md with comprehensive schema and usage documentation
8019049c63 feat: Enhance web interface with database integration and callsign management
5733209251 test: Add comprehensive test suite for database functionality
0f16748224 feat: Enhance core database functionality and optimization
Compare 4 commits »
olemd created pull request olemd/skyview#34 2025-08-31 19:42:34 +02:00
feat: Enhanced database status monitoring and configuration management
olemd pushed to feature/sqlite-database-integration at olemd/skyview 2025-08-31 19:42:17 +02:00
7b16327bd2 docs: Update README with database management and configuration sections
55776939ae docs: Add comprehensive configuration documentation
ce7710d1b4 feat: Add comprehensive database status web interface
96f90b1543 feat: Enhance database status API with comprehensive information
d0dfd3ed46 fix: Correct callsign database column name from cache_expires to expires_at
Compare 7 commits »
olemd created branch feature/sqlite-database-integration in olemd/skyview 2025-08-31 19:42:17 +02:00
olemd commented on issue olemd/skyview#31 2025-08-31 12:55:51 +02:00
Add callsign lookup with external aviation databases for enhanced aircraft information

FINAL LICENSE STRATEGY: Runtime Data Loading (No Embedded AGPL)

CORRECT APPROACH: SkyView will NOT embed any AGPL data in the binary. Instead, we'll create a runtime data loading…

olemd commented on issue olemd/skyview#31 2025-08-31 12:53:30 +02:00
Add callsign lookup with external aviation databases for enhanced aircraft information

LICENSE UPDATE: AGPL-3.0 IS COMPATIBLE with Open Source SkyView

CORRECTION: After further consideration, OpenFlights AGPL-3.0 IS compatible with SkyView:

Why AGPL-3.0 Works…

olemd commented on issue olemd/skyview#31 2025-08-31 12:53:08 +02:00
Add callsign lookup with external aviation databases for enhanced aircraft information

🚨 CRITICAL LICENSE CORRECTION: AGPL-3.0 Incompatibility

MAJOR UPDATE: OpenFlights AGPL-3.0 license is NOT compatible with SkyView's MIT license.

The Problem

  • **AGPL-3.0…
olemd commented on issue olemd/skyview#31 2025-08-31 12:47:08 +02:00
Add callsign lookup with external aviation databases for enhanced aircraft information

⚠️ CRITICAL UPDATE: External Data Source Verification Results

After careful examination of the external sources mentioned in my previous comment, several important corrections and warnings…

olemd commented on issue olemd/skyview#31 2025-08-31 12:31:56 +02:00
Add callsign lookup with external aviation databases for enhanced aircraft information

Free Data Sources for Callsign Enhancement

Since we've decided to use only open-source and free data sources, here's a comprehensive overview of available free resources for implementing the…

olemd deleted branch feature/transponder-lookup-issue-30 from olemd/skyview 2025-08-31 12:08:16 +02:00
olemd pushed to main at olemd/skyview 2025-08-31 12:08:16 +02:00
cd51d3ecc0 Merge pull request 'Implement transponder code (squawk) lookup and textual descriptions (Issue #30)' (#33) from feature/transponder-lookup-issue-30 into main
62ace55fe1 Implement transponder code (squawk) lookup and textual descriptions
Compare 2 commits »
olemd closed issue olemd/skyview#30 2025-08-31 12:08:16 +02:00
Add transponder code (squawk) lookup and textual descriptions
olemd merged pull request olemd/skyview#33 2025-08-31 12:08:14 +02:00
Implement transponder code (squawk) lookup and textual descriptions (Issue #30)
olemd created pull request olemd/skyview#33 2025-08-31 12:02:41 +02:00
Implement transponder code (squawk) lookup and textual descriptions (Issue #30)
olemd pushed to feature/transponder-lookup-issue-30 at olemd/skyview 2025-08-31 12:02:12 +02:00
62ace55fe1 Implement transponder code (squawk) lookup and textual descriptions
olemd created branch feature/transponder-lookup-issue-30 in olemd/skyview 2025-08-31 12:02:12 +02:00
olemd opened issue olemd/skyview#32 2025-08-31 11:54:29 +02:00
Improve mobile responsiveness and touch-friendly user experience