You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: