I want to implement a large set of data and wondering what would be the best way. Hope for some hints on this.
I need to create a tournament tree/table (http://de.wikipedia.org/wiki/Turnierbaum) with 32 teams.
First I thought I put in 5 new tabs and the first has got 32 input fields, the second has got 16, … the last has got two fields (final round). That would end up in more than 120 fields :-)
Does SilverStripe offer a better solution? What about a ComplexTabelField? Or anything other?