duxbuse / ninthage-data-analytics

A better way for the project to ingest tournament results
GNU General Public License v3.0
1 stars 0 forks source link

Organisation ID stored in lists_data #147

Open SanderND opened 2 years ago

SanderND commented 2 years ago

@duxbuse : the formatter shows: principal_organisation_id in the unit and second_organisation_id for additional organisation

Can you inspect the data coming from this fields and store them in the lists data table?

duxbuse commented 2 years ago

Yeah ok I have had a look through the output.

The way that I read the output doesnt make it easy to make use of these additional fields. I will have to do a fair bit of work. So can you please explain what these fields will allow you to do? As in what's the value proposition.

SanderND commented 2 years ago

The use case us as follows: some units have multiple possibilities. This applies to multiple units:

1) Mounts: these are often categorized in the character section but can also be chosen as a monster. E.g. the Gargantula from O&G.

2) Dynamic entries: WDG Warhounds can be core but also special based on their unitsize.

When i understand @zikum right, the formatter detects the right unit category. This allows me to categorize the unit correctly to feed the tab internal balance. Right now, these units are categorized as '*' instead.

duxbuse commented 1 year ago

@SanderND Is this still needed?