codeforamerica / OpenTrails

OpenTrails (Open Trail System Specification) Converter & Validator
http://open-trails.herokuapp.com/
39 stars 9 forks source link

Allow users with no trailhead data to "skip to download" #82

Closed alanjosephwilliams closed 10 years ago

alanjosephwilliams commented 10 years ago

Currently, we only offer users the ability to download a zipfile of OpenTrails data once they have completed both the trailsegment and trailhead shapefile upload-and-transform process. We should provide a "skip trailheads, let me download my data now" option for users with no trailhead data.

Moreover, with today's amendment to OpenTrails v1.0, trailheads are not directly associated with segments via a "segment_ids" proeprty, which contains values found in trail_segments.geojson's "id" property. For those who have uploaded trail_segments to the converter without unique ids, there could be a use for downloading the converter output, associating trailheads, then uploading trailhead for conversion.

migurski commented 10 years ago

Perhaps a "skip this step" button, so they'd continue to move through the process? Rather than a download shortcut.

alanjosephwilliams commented 10 years ago

That makes sense to me, certainly. I think I can implement this, so I'm assigning to myself.

alanjosephwilliams commented 10 years ago

Resolved via: f49311a 5d44832 8882ffb 695a583

Next time I'll make that kind of update a feature branch.