2 Open Issues Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a new check in the Artistic Swimming Coach Card Checker to warn about potential errors when 'A1d' (a join to VP) precedes 'A6' (likely a one-leg position), suggesting a possible misdeclaration as 'A1c'. This involves modifying the existing `check_hybrid_common_base_marks` function, potentially merging it with `check_ascent_connection`, and considering potential false positives based on coach feedback.

Complexity: 3/5
enhancement good first issue

AI Summary: Implement a new check in the Artistic Swimming Coach Card Checker to detect potential errors where 'F1a' is used before knight actions (joins or twirls), suggesting a possible intended use of 'F1b'. The check should compare the current declaration with the previous one and issue a warning if they don't match the expected pattern, except for the specific case of 'F1a F1b'. This involves modifying existing code or merging functions to improve efficiency and potentially evaluating feedback from coaches to minimize false positives.

Complexity: 4/5
enhancement good first issue