appandflow / appandflow/trailhead

[Hackathon demo] Prevent pace values from displaying 60 seconds

オープン
#10 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug good first issue
主要言語
TypeScript
スター
0
フォーク
0
平均マージ
23分
マージ済み PR(30日)
7

説明

Hackathon demo ticket. This is intentionally small and self-contained.

## Problem

formatPace rounds the seconds component independently. Values near the next minute can render as 4:60 /km instead of carrying into 5:00 /km.

## Scope

Fix the rollover in src/lib/format.ts and add focused coverage using the repository's existing test approach. Do not change distance, elevation, or duration formatting.

## Acceptance criteria

- Rounded 60 seconds carries into the minute value.
- Seconds remain zero-padded.
- Metric and imperial suffixes remain correct.
- Existing normal pace values do not change.

## Validation

Follow docs/mobile-agent-loop.md.

Before: include a minimal command or test demonstrating the failing 4:60-style output.

After: run the same input and show the corrected 5:00-style output. If a seeded hike can reproduce it in the UI, include matching agent-device screenshots; otherwise state why visual evidence does not apply.

The PR description must include clearly labeled Before and After evidence.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。