Releases: nojronatron/Bigfoot-Bib-Report-WL-Form
Releases · nojronatron/Bigfoot-Bib-Report-WL-Form
v2.3.5 Randle Skandle Special Release
- This is a special release primarily targeting Bigfoot Base operators.
- Consider this release necessary for Bigfoot Base and optional for any other Aid Station.
Changes
- Added Randle Skandle aid station, abbreviation "RS".
- Bumped Minor version.
Download, Install, Run
- Download these two files "Bigfoot-Bib-Report-Initial.html" and "Bibfoot-Bib-Report.txt" to your local machine.
- Copy both files to the Templates folder under your callsign in the Winlink installation folder, for example C:\RMS Express\N0CALL\Templates. "N0CALL" is a placeholder for your amateur callsign.
- Launch Winlink Express and click New Message.
- Click Select Template and click your callsign, then select Bigfoot-Bib-Report and click OK.
- The form will launch into your default browser.
v2.2.5 - July 2024
v2.2.5 July 2024 Release
- This release is intended for final evaluation prior to the August 2024 Bigfoot event.
- Consider this release ready for exercising now.
- An announcement will be made if a new Release is required prior to the final event.
Changes
- Added Ape Canyon aid station, abbreviation "AC".
- Revised 24hr Time help text.
Download, Install, Run
- Download these two files "Bigfoot-Bib-Report-Initial.html" and "Bibfoot-Bib-Report.txt" to your local machine.
- Copy both files to the Templates folder under your callsign in the Winlink installation folder, for example C:\RMS Express\N0CALL\Templates. "N0CALL" is a placeholder for your amateur callsign.
- Launch Winlink Express and click New Message.
- Click Select Template and click your callsign, then select Bigfoot-Bib-Report and click OK.
- The form will launch into your default browser.
v2.1.4
Version 2.1.4 Release - July 2024
- This release is intended for final evaluation prior to the August 2024 Bigfoot event.
- Features and capabilities in this version supersedes all prior versions and includes bug fixes to input validation and best-effort correction.
- Prior versions will no longer be supported and might not be fully compatible with this version's features and data format.
Changes
- Apply validation and value correction logic to Bib Number entry field.
- Apply validation and value correction logic to Bib Time entry field, enforcing 24hr, 4-digit time, where "1234" is the 24-hour equivalent to "12:34 pm", and "0001" is the 24-hour equivalent to "12:01 am" aka "1 minute past midnight".
- Enable editing Entry Field bib records using comma-separated values (instead of tabbed values).
- Edited bib records in the Entry Field are re-evaluated to meet CSV formatting, and 24hr time formatting rules.
- Many updates to the in-form help (the "Form Information - READ" button).
- Implemented several Accessibility best practices for display, navigation.
- Many other minor code changes including in-line documentation, refactoring, and dead-code and comment removal where necessary.
For all the details see PR#58
Download, Install, Run
- Download these two files "Bigfoot-Bib-Report-Initial.html" and "Bibfoot-Bib-Report.txt" to your local machine.
- Copy both files to the Templates folder under your callsign in the Winlink installation folder, for example C:\RMS Express\N0CALL\Templates.
- Launch Winlink Express and click New Message.
- Click Select Template and click your callsign, then select Bigfoot-Bib-Report and click OK.
- The form will launch into your default browser.
v2.1.3
Version 2.1.3 Release - June 2024
- This release is intended for final evaluation prior to the August 2024 Bigfoot event.
- The features and capability in this version supersedes all prior versions, fixing bugs and enabling features not previously available.
- Prior versions will no longer be supported and might not be fully compatible with this version or your device web browser.
Changes
- Apply validation and value correction logic to Bib Number entry field.
- Apply validation and value correction logic to bib Time entry field, enforcing 24hr, 4-digit time, where "1234" is the 24-hour equivalent to "12:34 pm", and "0001" is the 24-hour equivalent to "12:01 am" aka "1 minute past midnight".
- Enable editing Entry Field bib records using comma-separated values (instead of tabbed values).
- Edited bib records in the Entry Field are re-evaluated to meet CSV formatting, and 24hr time formatting rules.
- Many updates to the in-form help (the "Form Information - READ" button).
- Implemented several Accessibility best practices for display, navigation.
- Many other minor code changes including in-line documentation, refactoring, and removal where possible.
For all the details see PR#56
Download, Install, Run
- Download these two files "Bigfoot-Bib-Report-Initial.html" and "Bibfoot-Bib-Report.txt" to your local machine.
- Copy both files to the Templates folder under your callsign in the Winlink installation folder, for example C:\RMS Express\N0CALL\Templates.
- Launch Winlink Express and click New Message.
- Click Select Template and click your callsign, then select Bigfoot-Bib-Report and click OK.
- The form will launch into your default browser.
v2.1.2-beta
dev pre-release for v2.1.2
This pre-release is intended for development and testing purposes., and includes a bug-fix and updated README and form-help documentation since v2.0.1-beta.
Install And Run The Templated Form
- Download Bigfoot-Bib-Report-Initial.html and Bigfoot-Bib-Report.txt (NOT the zip files).
- Copy both files to the Templates folder under your callsign in the Winlink installation folder, for example C:\RMS Express\N0CALL\Templates.
- Launch Winlink Express and click New Message.
- Click Select Template and click your callsign, then select Bigfoot-Bib-Report and click OK.
- The form will launch into your default browser.
Changes To Evaluate and Test
- Bib Records are now displayed as well-formatted CSV such as 101, IN, 1234, 12, WM.
- Bib Records can be edited after being entered using the IN, OUT, or DROP buttons. For example, if you accidentally clicked Out instead of Drop, that fix can be made directly to the Entry. Just follow the same comma-space formatting the rest of the records use.
- Required fields display a message reminding the user to enter something, or will enter a default value (when it makes sense to do so).
- Saving Race Data will store necessary data in a clean, readable JSON format.
- When clicking Submit (if the Form was launched by Winlink Express), the data is formatted into tab delimited values but the data values are exactly the same as they were on your Form (and when saved using the Save Race data button).
- If you have a mobile device, copy the html file over to it and launch it with your preferred mobile web browser. Check the same items as above, especially the Save Race data and Load Race data buttons. Don't bother to click the Submit button, it won't work in this scenario.
Reporting Issues
Contact the @nojronatron directly.
v2.0.1-beta
dev pre-release for v2.0.1
This pre-release is intended for development and testing purposes.
Install And Run The Templated Form
- Download
Bigfoot-Bib-Report-Initial.html
andBigfoot-Bib-Report.txt
. - Copy both files to the Templates folder under your callsign in the Winlink installation folder, for example
C:\RMS Express\N0CALL\Templates
. - Launch Winlink Express and click
New Message
. - Click
Select Template
and click your callsign, then selectBigfoot-Bib-Report
and click OK. - The form will launch into your default browser.
Changes To Evaluate and Test
- Bib Records are now displayed as well-formatted CSV such as
101, IN, 1234, 12, WM
. - Bib Records can be edited after being entered using the IN, OUT, or DROP buttons. For example, if you accidentally clicked
Out
instead ofDrop
, that fix can be made directly to the Entry. Just follow the same comma-space formatting the rest of the records use. - Required fields display a message reminding the user to enter something, or will enter a default value (when it makes sense to do so).
- Saving Race Data will store necessary data in a clean, readable JSON format.
- When clicking Submit (if the Form was launched by Winlink Express), the data is formatted into tab delimited values but the data values are exactly the same as they were on your Form (and when saved using the Save Race data button).
- If you have a mobile device, copy the html file over to it and launch it with your preferred mobile web browser. Check the same items as above, especially the
Save Race data
andLoad Race data
buttons. Don't bother to click theSubmit
button, it won't work in this scenario.
Reporting Issues
Contact the @nojronatron directly.
v117 Bugfix Increment Message ID
Download the TXT and HTML files only. The zip files are not necessary.
Enhancements:
- See v1.1.6 Release for existing
- Increment version to 1.1.7
Fixes: - Increment button now properly updates Subject field
- Message Number value now correctly stored in browser's LocalStorage
- Removed invalid code fragment (developer error)
- Removed default Message Number from form to avoid appearing to have one when it doesn't
v1.1.6 Store Prior Entry and Increment Message ID
Download the TXT and HTML files only. The zip files are not necessary.
Enhancements:
- The Form now tries to display the last bib number information from a previous submission.
- Added an
Increment
button to assist in incrementing the message ID. Save Race data
button stores the last bib number information.Load Race data
button supports loading last bib number information if it is there.- Updated README to include new feature implementations.
- Increment version number with feature update from v1.0.6 to v1.1.6.
Fixes:
- Squashed bug where certain data types could not be read from stored data blocking full data load.
- Tweak style of record count and end of prior labels and fields so they will fit neatly in smaller viewports.
- Reduce amount of console logging (left some in for debugging live if problems arise).
- Neatly formatted some code blocks for readability.