Skip to content

Commit

Permalink
53.0.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamy committed Sep 14, 2024
1 parent b4392e4 commit c20e31c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
parameters:
- name: Revision
type: string
default: 53.0.0-alpha01
default: 53.0.0-alpha02
- name: SkipTests
type: string
default: 'false'
Expand Down
17 changes: 13 additions & 4 deletions src/main/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,21 @@
> - This is an **alpha release**, used for validating new features. *Some features are likely to be incomplete or non-functional*.
> - **Alpha releases are not normally used in actual competitions.** - It is always wise to export your current database before updating if it contains important data.
- Children Categories Bar Rules
- Automatic use of 15kg bar for U11 and U13 categories is now under a feature flag `lightBarU13`. This is the same as removing the 20kg bar for younger boys age groups. If an athlete needs the 20kg bar, the "Non-Standard bar" feature can be used.
- Maintenance log:
- alpha02: redesign of the check for whether an athlete's participation category is finished or not (`${athlete.categoryFinished}` in Excel templates.)
- alpha02: Fix of Competition Results information provided to the athlete eligibility report
- alpha02: added capability to override the Best Lifter scoring system for Competition Results.
- alpha02: updated documentation for Overall Best Athlete and Score-based Medals.

- Support for Q-age Masters results
- The default templates for Masters protocols, result sheets, and competition books now show the Q-age value in addition to the SM(H)F.
- Ability to override of the Best Athlete scoring system
- On the competition results page, it is possible to select a scoring system that will be shown in the grid. This allows computing the best athlete for a championship using a different scoring system (for example, using Q-youth age-adjusted totals for a Youth championship)
- The `Scores` final package templates uses the overridden Best Athlete scoring system and can be used for such circumstances if a document is needed.

- Children Categories Bar Rules
- Automatic use of 15kg bar for U11 and U13 categories is now under a feature flag `lightBarU13`. This is the same as removing the 20kg bar for younger boys age groups. If an athlete needs the 20kg bar, the "Non-Standard bar" feature can be used.
- Support for Q-masters results
- Q-masters is like SM(H)F but based on Q-points instead of Sinclair. It is Q-points * the same age factor as SM(H)F
- The default templates for Masters protocols, result sheets, and competition books now show the Q-masters value in addition to the SM(H)F.
- Import of External Session Results: the following is now possible
- If a session needs to be run outside or in another building a) perform weigh-in normally and enter data normally in the main database. b) Export the main database and load it into the owlcms running in the other building c) Run the session, export the remote database c) Use the new feature at the bottom of the Results page to selectively read back the lifts from the remote session.
- Only the lift information is read back. Note that owlcms follows the rules and will determine winners according to the lifting order that would have been followed had all sessions taken place normally.
Expand Down

0 comments on commit c20e31c

Please sign in to comment.