v2.7.0
StevenAskwith
released this
12 Jun 09:42
·
4 commits
to release/v2.7.0
since this release
Release Notes
New Features
-
Timekeeping Wizard: Introduced a new Timekeeping Wizard that combines the "Upload model to car" functionality with the traditional timekeeper. This simplifies trackside operations by allowing the Time Keeper role to perform both tasks with ease.
-
Car Tracking per Lap: Added the ability to track which car was used for each lap. This will enable additional metrics in future releases, such as "Which car was used for the fastest lap?" and "Which car did the most laps?". This feature has also been backported to the original timekeeper.
Improvements
- Streamlined Upload Modals: Updated the existing "Upload model to car" modals to remove an extra container on the status/select modals, reducing on-screen clutter.
New Utilities
- WithEventSelected HOC: Introduced a new reusable Higher-Order Component (HOC) called "WithEventSelected". This HOC can be used to wrap any page that requires an event to be selected, forcing users to select an event before proceeding. This will help simplify the codebase.