Skip to content
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

CQ WPX - editable exchange field (starting number or #) #278

Closed
w7sst opened this issue Mar 7, 2024 · 1 comment · Fixed by #280
Closed

CQ WPX - editable exchange field (starting number or #) #278

w7sst opened this issue Mar 7, 2024 · 1 comment · Fixed by #280
Assignees
Labels
enhancement New feature or request verified Bug is fixed and verified

Comments

@w7sst
Copy link
Owner

w7sst commented Mar 7, 2024

Description

For the CQ WPX Contest, the user's Exchange field is not editable and fixed with the value 5NN #. While this is correct, it is not user-editable. This issue request will make this field editable and allow a user-entered RST and starting number to be specified. The existing # symbol will continue to represent auto-generated serial numbers.

Steps To Reproduce

  1. Select CQ WPX Contest
  2. Notice the Exchange field is not editable.

Expected behavior

  • The Exchange field should be editable.
  • It should be of the form: <RST> <NR>, where
    • RST is of the form: 599, 5NN, ENN, 579, etc.
    • NR is either a numeric value or #.
  • Allow user-entered number to be used as the starting number for the contest. Serial numbers will auto increment starting with this initial value.
  • Example values:
    • 599 #
    • 5NN #
    • 5NN 101
    • ENN 501
    • etc.

Actual Behavior

Exchange field is fixed and not editable for the CQ WPX Contest.

Version information

  • Morse Runner version: 1.83

Tasks

@w7sst w7sst added the enhancement New feature or request label Mar 7, 2024
@w7sst w7sst self-assigned this Mar 7, 2024
@w7sst w7sst linked a pull request Mar 7, 2024 that will close this issue
@w7sst w7sst closed this as completed in #280 Mar 8, 2024
w7sst added a commit that referenced this issue Mar 8, 2024
Improve error checking while editing Exchange field.
- Exchange field is now editable for CQ WPX Contest.
- User can specify a number or `#`.
  - The number is the starting serial NR.
- The `#` represents the auto-generated sequence number. The initial
value will be randomly generated when running with `Mid-Contest` or `End
of Contest` Serial NR modes.
- Improved error checking and reporting
- fixes #278
@w7sst w7sst added the fixed - ready for validation bug is fixed; ready for validation label Mar 8, 2024
@w7sst w7sst reopened this Mar 8, 2024
@w7sst
Copy link
Owner Author

w7sst commented Mar 10, 2024

F6FVY commented elsewhere:

Editable Exchange for CQ WPX works fine for me.

I am closing this Issue as Validated.

@w7sst w7sst closed this as completed Mar 10, 2024
@w7sst w7sst added verified Bug is fixed and verified and removed fixed - ready for validation bug is fixed; ready for validation labels Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request verified Bug is fixed and verified
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant