You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data that we have in the graphic, but is currently missing from the WCIF export: cityName, registration_open, and base_entry_fee_lowest_denomination (and I guess currency_code for completeness).
I would like to propose exposing at least this additional data (possibly more if it makes sense to also include registration_close as an example). Having this data in the export would be preferred over web scraping and I imagine that other ROs could benefit from this data if they are also seeking to automate competition announcements (perhaps for their own graphics or a mailing list).
The text was updated successfully, but these errors were encountered:
* Add RegistrationInfo to the competition.
Part of #16; stolen from @JonEsparaz's #17.
* Include RegistrationInfo in the example.
* Walk-in -> on-the-spot.
* Delete duplicate competitorLimit.
* Specify that registration fees are in the lowest denomination.
* Fix typo.
* Fix typo.
* usesWcaRegistration -> useWcaRegistration
for consistency with the database.
* Fix example.
* Change lowestDenomination to iso.
* Rename field to baseEntryFee.
Speedcubing Canada would like to automate generation of our competition announcement graphics. Example: https://www.instagram.com/p/CvDBfiZrNrX
Data that we have in the graphic, but is currently missing from the WCIF export:
cityName
,registration_open
, andbase_entry_fee_lowest_denomination
(and I guesscurrency_code
for completeness).I would like to propose exposing at least this additional data (possibly more if it makes sense to also include
registration_close
as an example). Having this data in the export would be preferred over web scraping and I imagine that other ROs could benefit from this data if they are also seeking to automate competition announcements (perhaps for their own graphics or a mailing list).The text was updated successfully, but these errors were encountered: