unrealities / MTGA_Draft_17Lands

Magic: The Gathering Arena draft tool that utilizes 17Lands data
MIT License
26 stars 1 forks source link

User groups #13

Closed FiYir closed 2 months ago

FiYir commented 3 months ago

I started working on adding support for 17Lands user groups when I noticed that someone else had beaten me to it. leCoq42 had started adding support for this feature in their fork but decided to stop working on it a few weeks ago. I merged their changes into my fork and reworked some of the code to add backward compatibility and to display the datasets in the existing 'Data Source' drop-down in the main window.

leCoq42's Changes:

My Changes:

image

leCoq42 commented 3 months ago

Thanks for the mention and for finishing the feature! I was also thinking if it would be possible to combine different user groups. For example: middle + top. That way you leave the 'lowest' quality data out of the total data set. Unfortunately 17lands doesn't have this feature available on their website so I guess you would have to do twice the amount of calls to the 17lands server, so I'm not sure if they would like that.

FiYir commented 3 months ago

No problem.

I like the idea of combining the different user groups. It's technically feasible, but it would take a while and you will probably get rate-limited by the server along the way. I've seen people request it in the 17Lands discord, and the devs haven't dismissed the idea. I don't think it's a top priority for them, so it probably won't happen anytime soon.