Spheroman / ThingRanker

a work in progress pairwise thing ranker for simple decision making
http://ranker.jacklucksack.com
3 stars 2 forks source link

start.php #17

Closed Spheroman closed 5 months ago

Spheroman commented 6 months ago

When we want to start the competition, we use start.php.

It should receive a post request with the following:

var name content
id tournament id
redirect redirect url

It will create a match history table (see new.php line 32) and will mark the competition as started in the database. Afterwards, it will redirect to the redirect url along with the tournament id depending on #9.