tuminoid / kisakone

Finnish Disc Golf Associations retired disc golf tournament manager. 2019-> FDGA uses Disc Golf Metrix.
https://kisakone.frisbeegolfliitto.fi/
GNU General Public License v3.0
9 stars 9 forks source link

Check usage of User table #222

Closed tuminoid closed 8 years ago

tuminoid commented 9 years ago

Related to competitions, a Player table entry should be used instead of User. Check all usage cases, especially AJAX autocompletes.

nixe- commented 9 years ago

ie. in addcompetitor page when search is empty you call _$players = GetPlayerUsers($query, '', $has_pdganumber); and that function makes queries to User table.

tuminoid commented 8 years ago

User and Player are in way too close symbiosis, and part of the data is duplicated, wrong place etc. They have to be rethought at some point. Being very central to everything, migration to any other scheme is going to be super hard.

Closing this for now.