Merged
Conversation
Features added: - New "Station Config" tab in dashboard with station information form * Operator name, callsign, grid square * Latitude/longitude coordinates * Power settings - Multiple antenna configuration system * Add/remove unlimited antennas * Five antenna types: Vertical Monopole, Half-Wave Dipole, Inverted V, 3-Element Yagi, Isotropic * Customizable antenna names - Band-to-antenna assignment * Assign specific antennas to each band * Support for 160m and 80m bands (newly added) * All 9 bands: 160m, 80m, 40m, 30m, 20m, 17m, 15m, 12m, 10m - EME Calculator placeholder (UI ready for future implementation) - Backend API endpoints * /api/station-config (GET/POST) - station info persistence * /api/antenna-config (GET/POST) - antenna config persistence * JSON-based configuration storage Technical improvements: - Added 160m (1.900 MHz) and 80m (3.600 MHz) to BANDS dictionary - Dynamic antenna management with add/remove/rename functionality - Real-time synchronization between antenna list and band assignments - Configuration auto-loads on dashboard initialization Files modified: - Dashboard/dashboard.html: Added station config tab and JavaScript - Dashboard/server.py: Added API endpoints for config persistence - Dashboard/generate_predictions.py: Added 160m and 80m bands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features added:
Technical improvements:
Files modified:
Description
A clear and concise description of what this PR does.
Type of Change
Related Issues
Closes #(issue number)
Related to #(issue number)
Changes Made
Testing
Describe the tests you've run to verify your changes:
Test Configuration
Test Results
Validation Checklist
Performance Impact
Benchmarks (if applicable)
Breaking Changes
If this PR introduces breaking changes, describe:
Screenshots/Output (if applicable)
For dashboard changes or output format changes, include before/after screenshots or sample output.
Additional Notes
Any additional information that reviewers should know:
Reviewer Checklist
For maintainers reviewing this PR: