FirstLegoLeague / fllscoring

FLL Scoring app. See Demo:
http://firstlegoleague.github.io/fllscoring/
GNU General Public License v2.0
14 stars 19 forks source link

Split scoring and teammanagement in seperate dev projects #114

Open sools opened 9 years ago

sools commented 9 years ago

A Presence column in the team list would be handy to be able to indicate if a team is Present, Cancelled or NotShown at the event.

kmeesters commented 9 years ago

I think this an excellent idea! We may take this opportunity to discuss the distinction between various modules, specifically scoring and tournament in this case. But I imagine more modules:

rikkertkoppes commented 9 years ago

I like to keep team management in the same app. For ease of use and ease of installation. I don't see the benefit of a separate repo just yet.

However

For a further future, i can imagine a tournament management tool that has abilities to sync data with other tools.

I think the scoring app should still be able to offer a complete solution for small tournaments. Basic team management is a requirement that we just need.

Managing precence is a nice addition. A column may not be the best solution though. In general, tables don't scale well. Communicating precence with text and background colors may be a better option.