g33kidd / bracket

An eSports tournament framework built with Laravel
MIT License
35 stars 9 forks source link

Tournaments #32

Open g33kidd opened 8 years ago

g33kidd commented 8 years ago

This one's a doozy.

Tournaments are at the core of this platform. Users and teams should be able to sign-up for tournaments created by the admins that run the site. That's the whole purpose. So, there's a lot that need to happen in the backend for this to work really-really smooth without disruptions.

Obviously a person should be able to CRUD tournaments. Aside from this there are a lot of moving parts.

There's a lot of different tournament types that should be covered:

Seeding needs to be done either automatically or manually(I hope not?) and eventually the ability to seed based on users ranks in "put game here".

This is really about as far as I've thought out the tournaments feature... More coming!