Behind the app · Aug 8, 2026
2 min read · Trevor Edwards

The summit date is optional

Most tracking apps make the date a required field. But plenty of people remember the mountain perfectly and the date not at all.

The first version of the climb form had a required date picker, prefilled to today. It seemed obvious. You log a climb, the climb happened on a day, the app records the day.

Then I tried to enter my own history and stalled on the third peak. I knew I climbed it. I knew roughly the summer. I had no idea of the date, and the form would not let me continue without inventing one.

A required field that produces bad data

A required date does not give you more information. It gives you a guess, stored with the same confidence as a fact. Once a made-up date is in the log it is indistinguishable from a real one, and every stat built on top of it inherits the fiction.

So in Summit, the date is optional. Log the peak, skip the date, move on. The climb still counts toward your challenge progress, still lights up its region on the globe, still appears in your stats.

Undated climbs are a real category

Because undated entries exist by design rather than by accident, the log lets you filter between dated and undated climbs. That turns the gap into something useful: a worklist. If you ever want to go back through old photos and pin down when a climb actually happened, you can see exactly which entries are waiting.

The general rule I keep coming back to: if the honest answer is "I don't know," the app should have somewhere to put that. Forcing a value is not rigor. It is just data loss with extra steps.