Vertical Mile Climbing Leaderboards

Totals of feet climbed per person (by email), showing the latest full name and splitting staff vs climbers. Progress toward a mile is shown per person.
Last refreshed: {{ lastRefreshedDisplay }}
(Data refreshes every 2 minutes automatically)
⚠ {{ error }}
Total Participating Climbers: {{ combinedCount }}
Total Feet: {{ Math.round(totalFeet).toLocaleString() }}
Total Miles: {{ totalMiles }}

Climbers

Those who are not marked as staff
Count: {{ paying.length }}
Feet: {{ Math.round(payingFeet).toLocaleString() }}
Miles: {{ payingMiles }}
Rank Full Name Total Feet Progress to Mile
{{ idx + 1 }} {{ row.fullName || '(no name)' }} {{ Math.round(row.totalFeet).toLocaleString() }}
{{ progressPercent(row.totalFeet) >= 100 ? '100%' : progressPercent(row.totalFeet).toFixed(1) + '%' }}
No entries.

Staff

"Are you a staff member" is "Yes"
Count: {{ staff.length }}
Feet: {{ Math.round(staffFeet).toLocaleString() }}
Miles: {{ staffMiles }}
Rank Full Name Total Feet Progress to Mile
{{ idx + 1 }} {{ row.fullName || '(no name)' }} {{ Math.round(row.totalFeet).toLocaleString() }}
{{ progressPercent(row.totalFeet) >= 100 ? '100%' : progressPercent(row.totalFeet).toFixed(1) + '%' }}
No entries.