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

Don't require league manager to be the first team in league #3

Open
JoeKennedy opened this issue Apr 27, 2016 · 1 comment
Open

Don't require league manager to be the first team in league #3

JoeKennedy opened this issue Apr 27, 2016 · 1 comment

Comments

@JoeKennedy
Copy link
Owner

JoeKennedy commented Apr 27, 2016

Also don't require the league manager to own any team in the league.

This could probably take a few forms. The easiest way would likely be to send out join emails to all members of the league, rather than all but the first. The issue with this is that if the league manager is in the league, they actually have to join it, rather than just being in it automatically.

Probably the way to go would be to grab the email for the user, in #2. And if it matches one of the team owner emails, mark that team as joined and add the league manager as the team owner. Otherwise, send out the join email to team owner's email address.

@JoeKennedy
Copy link
Owner Author

As part of this I could make a custom form that has a radio button (or tying in with #4, a check box) in each row for who the league manager is. This would allow me stop having to use the draftOrder column in the team's table and instead set it directly to the relevant team season.

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

No branches or pull requests

1 participant