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

v3.29.0 #608

Merged
merged 6 commits into from
Jan 30, 2025
Merged

v3.29.0 #608

merged 6 commits into from
Jan 30, 2025

Conversation

sei-bstein
Copy link
Contributor

@sei-bstein sei-bstein commented Jan 30, 2025

Version 3.29.0 of Gameboard adds a new feature, minor enhancements, bug fixes, and API surface updates.

New feature: Admin Challenge Management

  • Admins can now use the context menu in Game Center -> Teams to start, deploy/undeploy, and completely delete a challenge. Start and Delete are available only to Admins, while deploy/undeploy can be performed by anyone with the "Deploy Resources" permissions (which includes DIrectors).
  • Note that the start, undeploy, and delete operations cannot be undone and should be used with caution. Here, there be dragons.

Enhancements

API Surface

  • The legacy POST /api/challenge endpoint has been renamed to POST /api/challenge/launch and will be removed in a future release.
  • POST /api/challenge now accepts only a payload with "teamId" and "challengeSpecId". It functions identically to the legacy endpoint, but has simplified parameters. (Partially addresses "Team" entity refactor #553)
  • The /api/games/export endpoint now includes all games if no game IDs are specified.

Bug fixes

  • Fixed an issue that caused the practice link from a game page to fail to redirect in some environments.

@sei-bstein sei-bstein self-assigned this Jan 30, 2025
@sei-bstein sei-bstein requested a review from sei-jbooz January 30, 2025 20:46
@sei-bstein sei-bstein added bug Something isn't working enhancement New feature or request pr-release A pull request into main to be released with the next version of Gameboard. labels Jan 30, 2025
@sei-jbooz sei-jbooz merged commit 122f5bf into main Jan 30, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request pr-release A pull request into main to be released with the next version of Gameboard.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Game Center Summary -> Active Teams/Players needs a little clarity
2 participants