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
These are just suggestions, it's up for discussion whether we want to take the time to implement it or not.
I'm thinking we can improve our form schema and be more explicit about the input. With future games in mind and us already knowing what we want to track for each, we can have the validation schema drive our ui.
For example, for Rocket League, validating that the winning team has more goals than the losing team. We know the point system, we could validate that the points are at least what the point system indicates. etc..
In addition, I would like to see if we can automate some things.
For example, right now we're able to automate the match winners but we should be able to keep track of the set winners as well. We could add additional info asking about the structure of the match. I'm not a big fan of this approach because sometimes they'll do a set as a bo3 vs a bo5 in the same video. But I think having a default as a backup for each game could be useful.
So for rocket league we'll assume that a set is a bo5 every time, if our winners win three matches straight we automatically set the set winners and close the accordion. They can still go and modify that set if needed.
The text was updated successfully, but these errors were encountered:
Note
These are just suggestions, it's up for discussion whether we want to take the time to implement it or not.
I'm thinking we can improve our form schema and be more explicit about the input. With future games in mind and us already knowing what we want to track for each, we can have the validation schema drive our ui.
For example, for Rocket League, validating that the winning team has more goals than the losing team. We know the point system, we could validate that the points are at least what the point system indicates. etc..
In addition, I would like to see if we can automate some things.
For example, right now we're able to automate the match winners but we should be able to keep track of the set winners as well. We could add additional info asking about the structure of the match. I'm not a big fan of this approach because sometimes they'll do a set as a bo3 vs a bo5 in the same video. But I think having a default as a backup for each game could be useful.
So for rocket league we'll assume that a set is a bo5 every time, if our winners win three matches straight we automatically set the set winners and close the accordion. They can still go and modify that set if needed.
The text was updated successfully, but these errors were encountered: