Delete starts from team competition

 

The alert that helps you remove starts that does not belong in the team competition is fixed. It did the right thing, but the message was wrong.

Delete competition

 

Delete competition with a lot of starts is a consuming tasks when we keep track of history, we moved this to a separate process to improve performance.

Score summary but not on all starts

 

When you are in a situation where you want to calculate results over several competitions, but not all starts, you've had to first use fetch data filtering on a custom fields and a score summary on top of it.

This is much easier now, make the score summary as usual, then just withdrawn starts that shouldn't be calculated in the summary.

National ID on accreditation form

 

Added National ID on the Rider declaration, accreditation form.

Accounting export

 

Added invoice date in the accouting export.

Download your account data on online.equipe.com

 

You can now download all personal details on your account from online.equipe.com.

Exported json file

{
  "user":{
    "id":8,
    "name":"Joe Doe",
    "email":"joe.doe@mail.com",
    "locale":"en",
    "updated_at":"2018-05-17T14:09:07+02:00",
    "created_at":"2008-08-22T16:06:32+02:00"
  },
  "push_messages":[
    {
      "id":70599717,
      "meeting_name":"...",
      "alert":"Result for ...",
      "event":"finished",
      "logo_id":"2627",
      "logo_group":"svrf",
      "read_at":null,
      "updated_at":"2018-05-12T15:41:11+02:00",
      "created_at":"2018-05-12T15:41:00+02:00"
    }
  ],
  "devices":[
    {
      "id":129268,
      "device_token":"9E887570F45FC844ABA8FA5418114BB321C4F9AA3AC96C1BE93A8E12B8FD40C5715F8336DFF3E0BDE295F3020A626CCFDE75CF768359DFB1DB7B6C6685975BBC",
      "delivery_method":"apn",
      "updated_at":"2017-11-18T09:58:51+01:00",
      "created_at":"2017-11-18T09:58:51+01:00"
    }
  ],
  "notification_subscriptions":[
    {
      "id":513142,
      "target_value":"638c7124986eb70dc71909dae0d970bc",
      "target_type":"Rider",
      "updated_at":"2018-01-05T20:12:30+01:00",
      "created_at":"2018-01-05T20:10:56+01:00"
    }
  ]
}

Delete account on online.equipe.com

 

You can now very easy delete you account at online.equipe.com. This will remove subscriptions, known devices and all your push messages. This action is not possible to undo.

Federation require person officials

 

If you want to avoid free form of officials for shows under your federation, there is now an option to require person officials.

Connect marking sheet to show jumping judgement

 

It's now possible to connect a marking sheet to a show jumping judgement. This enabled print out of marking sheet in show jumping.

Designed to use with style jumping. To set the style, go to settings for the competitions, Officials and add Style Judge

Improvent graphics component for cross country

 

StartCountDown and StarTime now accepts timeSource, that can be dressage or cross

{
  "component": "StartCountDown",
  "timeSource": "cross",
}
{
  "component": "StartTime",
  "timeSource": "cross",
}

New wrapper component that filter upcoming starts sorted by cross country start time.

{
  "component": "UpcomingCrossCountryStartsScoped",
  "layout": { ... }
}