jwir3 / arbitrator

A synchronization engine for ArbiterSports to Google Calendar
GNU General Public License v3.0
3 stars 0 forks source link

Add a preference that allows consecutive games at the same location not to have the time added on to the start #28

Closed jwir3 closed 9 years ago

jwir3 commented 9 years ago

Right now, Arbitrator will add the start time (extra "getting ready" time) on to the beginning of ALL games. Games that are at the same location, separated only by a set number of minutes (another time preference), should actually have their events start at the actual game time. That is, the PRIOR_TO_START preference should only apply to the first game in a set.

We'll first need to track some locations for this to work properly, otherwise we can't be sure the games are at the same location.

jwir3 commented 9 years ago

Depends on #7.

jwir3 commented 9 years ago

Now we just need the preference to control this.