-
Notifications
You must be signed in to change notification settings - Fork 12
Fixes for NATS Bugs #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Fixes for NATS Bugs #174
Conversation
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
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Owner
Author
|
/deploy-uat |
|
⏳ UAT deployment started by @thkruz |
🚀 UAT Deployment CompleteThis PR has been deployed to the UAT environment. URL: https://uat.signalrange.space Please test your changes and approve when ready for production. |
…nowledges the mission brief.
Closed
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.
This pull request introduces several improvements and fixes across the codebase, mainly focusing on the campaign scenario objectives, transmitter configuration UI, and test reliability. The most significant changes are the addition of explicit "Review Mission Brief" objectives to all NATS scenarios (with timer freezing and status check), transmitter UI enhancements for modulation and FEC, and updates to test setup and patterns for better maintainability.
Campaign scenario improvements:
scenario1.ts,scenario3.ts,scenario4.ts,scenario5.ts), requiring users to open and acknowledge the mission brief before proceeding, and freezing the scenario timer until completion. This includes a status check confirmation step and prerequisites for subsequent objectives. [1] [2] [3] [4]Transmitter configuration and UI:
Test reliability and documentation:
Polyfill and infrastructure:
jest.spyOn(global, fetch)to work, improving test reliability.package.json.These changes collectively improve the user experience in campaign scenarios, enhance the flexibility of the transmitter configuration, and make the test suite more robust and maintainable.This pull request includes several minor updates to scenario data and traffic control logic, mainly improving code safety and updating scenario references.
Scenario data update:
missionBriefUrlinscenario4Datato point to the correct scenario 4 documentation.Traffic control logic improvements:
!) when accessinghandoverTargetStationIdin theTrafficControlManager, improving code safety. [1] [2]isHpaSwitchEnabledflag is set tofalsebefore toggling the HPA in the RF front end, preventing potential state inconsistencies.