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
Currently Adding a new season creates both the global season and a club season for each club.
The Add Season button just adds a new seasons record, then adds a new club_team_seasons record for each existing managed team.
What should happen
We want to be able to create a club season for a specific club.
The Add Season button should bring up a form that allows you to pick a new season from a dropdown, or create a new season if one doesn't exist, then pick a club team from a dropdown. (this should work similar to how we do the creating of a new team)
The text was updated successfully, but these errors were encountered:
What currently happens
Currently Adding a new season creates both the global season and a club season for each club.
The Add Season button just adds a new seasons record, then adds a new club_team_seasons record for each existing managed team.
What should happen
We want to be able to create a club season for a specific club.
The Add Season button should bring up a form that allows you to pick a new season from a dropdown, or create a new season if one doesn't exist, then pick a club team from a dropdown. (this should work similar to how we do the creating of a new team)
The text was updated successfully, but these errors were encountered: