Open Issues Need Help
View All on GitHubCustomized Winlink Race Tracker Form and Template for use in Bigfoot ultramarathon events.
AI Summary: This GitHub issue addresses the inconsistent use of `let`, `var`, and `const` declarations across the codebase, which can lead to unexpected scope-related bugs. The goal is to refactor the code to adhere to best practices: using `const` for immutable block-scoped variables, `let` for mutable block-scoped variables, and largely avoiding `var` unless specifically required by legacy code's function-scoping and hoisting behavior.
Customized Winlink Race Tracker Form and Template for use in Bigfoot ultramarathon events.
Customized Winlink Race Tracker Form and Template for use in Bigfoot ultramarathon events.
Customized Winlink Race Tracker Form and Template for use in Bigfoot ultramarathon events.
AI Summary: This issue proposes utilizing the GitHub Wiki feature to centralize and expand documentation, currently scattered across the README.md and in-line form elements. The Wiki would cover topics like event overviews, volunteer duties, runner tracking details, and form usage scenarios, aiming to reduce the size of the README.md.
Customized Winlink Race Tracker Form and Template for use in Bigfoot ultramarathon events.