Find races and share your own

Awesome addition! Thank you.

1 Like

Is the filter an AND and not OR? If I filter for Ride I get a few results but if I add Gravel as well it returns nothing.

What’s the intended line between “event” and “race”? Is race meant only for licensed, sanctioned events or does a Gran Fondo-type event with a podium and a t-shirt for the winner apply?

An event and a race, in my world, is the same thing, as in the general terminology of A/B/C events/races.

It is an AND so people can find triathlons and so on.

I intended that to be for club rides and so on. A Gran Fondo is a race. I might get rid of event.

2 posts were split to a new topic: Dialogs close inconveniently

My group is also interested in “Triathlon” as a Race and event type.

1 Like

This is quite handy as I’m laying out my racing year now. One thought though, rather than limiting to a single state for the Region input could it be made to accept a comma-delimited list of states?

or use the regions from the BikeReg select?

<select name="ctl00$ContentPlaceHolder1$cboRegion" id="ctl00_ContentPlaceHolder1_cboRegion" class="ddl">
		<option selected="selected" value=""></option>
		<option value="1">Northeast</option>
		<option value="2">Mid Atlantic</option>
		<option value="3">Southeast</option>
		<option value="4">Midwest</option>
		<option value="5">Rocky Mountain</option>
		<option value="6">Southwest</option>
		<option value="7">Northwest</option>
		<option value="8">New England</option>
		<option value="9">South Central</option>
		<option value="-----------">-----------</option>
		<option value="">-- choose state --</option>
		<option value="UNK">Outside US and Canada</option>
		<option value="AL">ALABAMA</option>
		<option value="AK">ALASKA</option>
		<option value="AB">ALBERTA</option>
		<option value="AS">AMERICAN SAMOA</option>
		<option value="AZ">ARIZONA</option>
		<option value="AR">ARKANSAS</option>
		<option value="AA">ARMED FORCES AMERICAS</option>
		<option value="AE">ARMED FORCES EUROPE</option>
		<option value="AP">ARMED FORCES PACIFIC</option>
		<option value="BC">BRITISH COLUMBIA</option>
		<option value="CA">CALIFORNIA</option>
		<option value="CO">COLORADO</option>
		<option value="CT">CONNECTICUT</option>
		<option value="DE">DELAWARE</option>
		<option value="DC">DISTRICT OF COLUMBIA</option>
		<option value="FM">FEDERATED STATES OF MICRONESIA</option>
		<option value="FL">FLORIDA</option>
		<option value="GA">GEORGIA</option>
		<option value="GU">GUAM</option>
		<option value="HI">HAWAII</option>
		<option value="ID">IDAHO</option>
		<option value="IL">ILLINOIS</option>
		<option value="IN">INDIANA</option>
		<option value="IA">IOWA</option>
		<option value="KS">KANSAS</option>
		<option value="KY">KENTUCKY</option>
		<option value="LA">LOUISIANA</option>
		<option value="ME">MAINE</option>
		<option value="MH">MARSHALL ISLANDS</option>
		<option value="MB">MANITOBA</option>
		<option value="MD">MARYLAND</option>
		<option value="MA">MASSACHUSETTS</option>
		<option value="MI">MICHIGAN</option>
		<option value="MN">MINNESOTA</option>
		<option value="MS">MISSISSIPPI</option>
		<option value="MO">MISSOURI</option>
		<option value="MT">MONTANA</option>
		<option value="NE">NEBRASKA</option>
		<option value="NV">NEVADA</option>
		<option value="NB">NEW BRUNSWICK</option>
		<option value="NH">NEW HAMPSHIRE</option>
		<option value="NJ">NEW JERSEY</option>
		<option value="NM">NEW MEXICO</option>
		<option value="NY">NEW YORK</option>
		<option value="NL">NEWFOUNDLAND</option>
		<option value="NC">NORTH CAROLINA</option>
		<option value="ND">NORTH DAKOTA</option>
		<option value="MP">NORTHERN MARIANA ISLANDS</option>
		<option value="NT">NORTHWEST TERRITORIES</option>
		<option value="NS">NOVA SCOTIA</option>
		<option value="NU">NUNAVUT</option>
		<option value="OH">OHIO</option>
		<option value="OK">OKLAHOMA</option>
		<option value="ON">ONTARIO</option>
		<option value="OR">OREGON</option>
		<option value="PW">PALAU</option>
		<option value="PA">PENNSYLVANIA</option>
		<option value="PE">PRINCE EDWARD ISLAND</option>
		<option value="PR">PUERTO RICO</option>
		<option value="QC">QUEBEC</option>
		<option value="RI">RHODE ISLAND</option>
		<option value="SK">SASKATCHEWAN</option>
		<option value="SC">SOUTH CAROLINA</option>
		<option value="SD">SOUTH DAKOTA</option>
		<option value="TN">TENNESSEE</option>
		<option value="TX">TEXAS</option>
		<option value="UT">UTAH</option>
		<option value="VT">VERMONT</option>
		<option value="VI">VIRGIN ISLANDS</option>
		<option value="VA">VIRGINIA</option>
		<option value="WA">WASHINGTON</option>
		<option value="WV">WEST VIRGINIA</option>
		<option value="WI">WISCONSIN</option>
		<option value="WY">WYOMING</option>
		<option value="YT">YUKON TERRITORY</option>

	</select>

it looks like the api will accept both:

I have added support for comma separated US state codes as the region and will deploy Wed AM (GMT+2).

1 Like

Thank you. That will help check on races in my typical racing region which includes multiple surrounding states.

Perfect! Thank you.

1 Like

Does this support multi day events?

Not directly. I suggest putting the event on the first day and including the rest in the description.

Any news about adding triathlons to this feature? I know we can add each sport. Thanks

Unfortunately it is hard to add that.

1 Like

What is the thought of process if you find an event but it has incorrect details? Goal should be to avoid duplicates, but currently there’s no option to flag errors or suggest changes etc…

2 Likes

We have added duplicate detection. If you create a shared event with a similar name to any existing events on the same day, in the same country, then the list of possible duplicates is presented and you need to confirm.

We are thinking about how to handle errors etc.. One option would be to add a button to send a message to the owner.