Page 2 of 2

Re: Development for Tournaments

Posted: Thu Jun 06, 2019 5:32 pm
by VillageIdiot
I'm just referring to the sub-header section of the Finished Tournaments tabs. That rest can be fully dynamic code but this should easily be static and manually updated given how rare a finish tournament occurs.

Or am i missing something?

Re: Development for Tournaments

Posted: Fri Jun 07, 2019 12:37 am
by Squigs44
VillageIdiot wrote:
Thu Jun 06, 2019 5:32 pm
I'm just referring to the sub-header section of the Finished Tournaments tabs. That rest can be fully dynamic code but this should easily be static and manually updated given how rare a finish tournament occurs.

Or am i missing something?
We store our data in SQL tables that link up to other SQL tables. We could potentially store a string in the table for first, second, third place, but it wouldn't automatically link to the user account (ie, the username would not be a clickable link, and other things that we plan on developing in the near future also wouldn't work). Don't worry, we will find a solution to this, it just isn't easier from a data access perspective to store a username (or list of usernames) with the current way the site is set up, and with the future developments that we have planned.