Liquipedia / Lua-Modules

Used to keep versions of some important lua modules of the Liquipedia wiki that we want better version control for.
Other
31 stars 68 forks source link

Point handling in `lpdb_placement` #964

Open hjpalpha opened 2 years ago

hjpalpha commented 2 years ago

Currently several wikis store points in placements, but the value is stored in extradata and not unified across wikis (e.g. points, pointsprize and prizepoints just to name a few). I see the following 3 options we can take (feel free to suggest others)

@JaspervanRiet

JaspervanRiet commented 2 years ago

How about adding scoreboard like in standing?

hjpalpha commented 2 years ago

How about adding scoreboard like in standing?

i probably should have formulated it differently, the points i am talking about are the points one earns from a placement towards some bigger ranking. like e.g. points earned due to winning esl open cups Screenshot 2022-01-17 17 11 21 that then count towards several rankings for the qualification to IEM Katowice https://liquipedia.net/starcraft2/ESL_Pro_Tour/2021/22/Standings

as i understand it scoreboard would rather be for points accumulated in groups that the lead to a certain placement

JaspervanRiet commented 2 years ago

Could use a different name, but the concept can be the same.

hjpalpha commented 2 years ago

i am okay with that^^

trevize23 commented 2 years ago

I like Option 2 regardless of how we name fields within there. Moving points/pointsname to its own key reduces conflicts with Template:Infobox_league and Template:TeamCard (potentially Template:ParticipantTable) as extradata currently has to be (re)set several times.