-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rename player identities #626
Labels
statistics
Player, match or team statistics
Comments
11 tasks
sussexrick
added a commit
that referenced
this issue
Jan 8, 2023
sussexrick
added a commit
that referenced
this issue
Jan 8, 2023
sussexrick
added a commit
that referenced
this issue
Jan 8, 2023
sussexrick
added a commit
that referenced
this issue
Jan 8, 2023
…urface controller which handles an empty field #626
sussexrick
added a commit
that referenced
this issue
Jan 8, 2023
sussexrick
added a commit
that referenced
this issue
Jan 8, 2023
sussexrick
added a commit
that referenced
this issue
Jan 9, 2023
sussexrick
added a commit
that referenced
this issue
Jan 12, 2023
sussexrick
added a commit
that referenced
this issue
Jan 12, 2023
sussexrick
added a commit
that referenced
this issue
Jan 14, 2023
…players listed for your team. #626
sussexrick
added a commit
that referenced
this issue
Jan 14, 2023
…ng a player identity on a scorecard #626
sussexrick
added a commit
that referenced
this issue
Jan 14, 2023
… generated an empty route. Ensure there is a route. #626
sussexrick
added a commit
that referenced
this issue
Jan 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible to rename a player identity which is misspelled or incomplete. This issue covers changing to a new name that is still unique. If the name is already in use that is #118.
This might be for members to do themselves, or team owners, or both. Decision - just team owners, to keep it simple. Members can link players or talk to their team owner.
For team owner UX it could be an 'Edit player' page with just the name for starters, extended by #627 and then #118.
The PlayerIdentity record can be updated immediately, but the derived statistics must be updated in small batches by a HostedService outside the main request, to avoid SQL timeouts. Therefore the standard warning about statistics not updating immediately must be displayed.
The text was updated successfully, but these errors were encountered: