feat(admin): add competition cancellation endpoint with refunds#521
Merged
Olowodarey merged 3 commits intoArena1X:mainfrom Mar 31, 2026
Merged
feat(admin): add competition cancellation endpoint with refunds#521Olowodarey merged 3 commits intoArena1X:mainfrom
Olowodarey merged 3 commits intoArena1X:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@Samaro1 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
7b664f3 to
fb37f1d
Compare
Collaborator
|
@Samaro1 lint is failing pls fix |
Contributor
Author
|
@Olowodarey resolved it, please check |
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds admin support for cancelling competitions.
Changes included:
Added a new admin endpoint to cancel a competition.
Added an is_cancelled field to competitions with a database migration.
Implemented cancellation logic in admin service with validation checks.
Added participant refund handling (including Soroban refund integration stub).
Added participant cancellation notifications and admin activity logging.
Updated competition listing/status handling to represent cancelled competitions correctly.
Added/updated unit tests for admin controller, admin service, and competitions service.
Validation
Focused unit tests for admin and competition cancellation flows pass
Close #406