Skip to content

Commit

Permalink
Minor stored-up modifications to the purposes
Browse files Browse the repository at this point in the history
- Split work into "to_work" and "at work"
- Add a new "access recreation" to distinguish between driving to trailhead and
  then hiking from that trailhead
  • Loading branch information
shankari committed Aug 5, 2021
1 parent 7fc0d37 commit 9a56787
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/json/trip_confirm_options.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@
{"text":"Other","value":"other"}],
"PURPOSE" : [
{"text":"Home", "value":"home"},
{"text":"Work","value":"work"},
{"text":"To Work","value":"work"},
{"text":"At Work","value":"at_work"},
{"text":"School","value":"school"},
{"text":"Transit transfer", "value":"transit_transfer"},
{"text":"Shopping","value":"shopping"},
{"text":"Meal","value":"meal"},
{"text":"Pick-up/Drop off 👤","value":"pick_drop_person"},
{"text":"Pick-up/Drop off 📦","value":"pick_drop_item"},
{"text":"Personal/Medical","value":"personal_med"},
{"text":"Access Recreation","value":"access_recreation"},
{"text":"Recreation/Exercise","value":"exercise"},
{"text":"Entertainment/Social","value":"entertainment"},
{"text":"Religious", "value":"religious"},
Expand Down

0 comments on commit 9a56787

Please sign in to comment.