Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compere team not implemented #13

Open
VicRendonMx opened this issue Nov 27, 2023 · 1 comment
Open

Compere team not implemented #13

VicRendonMx opened this issue Nov 27, 2023 · 1 comment

Comments

@VicRendonMx
Copy link
Collaborator

The use case compare team has not yet been implemented. This use case is responsible for integrating the other use cases: it will select two existing teams to compare their statistics and decide which time is better. It is necessary to create a dropdown menu where a team can be selected to be compared with the team of the given username. After that, an algorithm based on the stats will output the better team between the two.

@pete8751
Copy link
Collaborator

pete8751 commented Dec 1, 2023

I recently Implemented this with a Dummy TeamCompare method, that simply runs the player evaluator for each player, and adds up all 5 outputs of this player evaluator. When we make more sophisticated TeamCompare methods, they will likely follow this same pattern, so we can my implementation: TeamCompareDummy to base more sophisticated TeamCompare Methods on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants