jpschewe / fll-sw

FIRST Lego League scoring software
http://jpschewe.github.io/fll-sw/
GNU General Public License v2.0
10 stars 7 forks source link

Nicely handle someone selecting playoffs early [sf#136] #171

Open jpschewe opened 10 years ago

jpschewe commented 10 years ago

At least 2 cases to handle nicely

  1. selecting playoffs with no teams and thus no divisions in the database. This is an exception inside remoteControlBrackets.jsp
  2. The playoffs not being initialized yet.

I think in both cases we should display nothing and continue to refresh at some reasonable interval.

jpschewe commented 10 years ago