Description
Provide drivers and operators a frontend interface to manage laps in real time, similar to the iPhone stopwatch. Users can start a new lap, pause the current lap, and stop timing, enabling intuitive lap management during field deployments.
Acceptance Criteria
- User can start a new lap
- User can pause the current lap
- User can stop the current lap
- UI reflects current lap state in real time
Proposed Solution
Add a lap timer component to the Angular client. Look for abstracted elements to use or create your own abstract elements if needed.
For starting out just stub the endpoints that will be needed.
Test manually in browser.
Description
Provide drivers and operators a frontend interface to manage laps in real time, similar to the iPhone stopwatch. Users can start a new lap, pause the current lap, and stop timing, enabling intuitive lap management during field deployments.
Acceptance Criteria
Proposed Solution
Add a lap timer component to the Angular client. Look for abstracted elements to use or create your own abstract elements if needed.
For starting out just stub the endpoints that will be needed.
Test manually in browser.