[codex] add organizer event inspection commands - #29
Merged
Conversation
Add guild-scoped event listing and event detail commands, register Discord-side organizer permissions, format roster and waitlist summaries, and cover command, service, registrar, and repository behavior.
Document the live test-server workflow for command registration, event creation, signup lifecycle, organizer inspection, reminders, cleanup, and README command updates.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #29 +/- ##
=========================================
+ Coverage 97.8% 98.0% +0.2%
- Complexity 964 1043 +79
=========================================
Files 112 116 +4
Lines 2515 2689 +174
Branches 92 102 +10
=========================================
+ Hits 2459 2633 +174
Misses 56 56 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Share organizer command plumbing to reduce new-code duplication and expand focused coverage for command branches, formatter fallbacks, and event JPA query delegation.
|
havlli
marked this pull request as ready for review
July 1, 2026 02:06
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.



Summary
/list-eventsand/event-infoorganizer commands.default_member_permissionsmetadata while keeping server-side permission checks.Validation
git diff --checkmise exec -- mvn -ntp -Dmaven.repo.local=.m2/repository test— 403 tests passedmise exec -- mvn -ntp -Dmaven.repo.local=.m2/repository verify— 403 unit tests and 108 integration tests passedNotes
.envwith Discord credentials and a test server.main; this PR contains only the follow-up organizer UX and smoke-test documentation commits.