Skip to content

[codex] add organizer event inspection commands - #29

Merged
havlli merged 3 commits into
mainfrom
codex/organizer-event-inspection
Jul 1, 2026
Merged

[codex] add organizer event inspection commands#29
havlli merged 3 commits into
mainfrom
codex/organizer-event-inspection

Conversation

@havlli

@havlli havlli commented Jun 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add guild-scoped /list-events and /event-info organizer commands.
  • Add organizer summary formatting for roster, waitlist, status, channel, and message IDs.
  • Add Discord-side default_member_permissions metadata while keeping server-side permission checks.
  • Add a live Discord smoke-test checklist and README command updates.

Validation

  • git diff --check
  • mise exec -- mvn -ntp -Dmaven.repo.local=.m2/repository test — 403 tests passed
  • mise exec -- mvn -ntp -Dmaven.repo.local=.m2/repository verify — 403 unit tests and 108 integration tests passed

Notes

  • Live Discord smoke testing still requires a local .env with Discord credentials and a test server.
  • The previous hardening checkpoint was already pushed to main; this PR contains only the follow-up organizer UX and smoke-test documentation commits.

havlli added 2 commits June 29, 2026 21:44
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

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.0%. Comparing base (07d3aa2) to head (d7023bc).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Share organizer command plumbing to reduce new-code duplication and expand focused coverage for command branches, formatter fallbacks, and event JPA query delegation.
@sonarqubecloud

Copy link
Copy Markdown

@havlli
havlli marked this pull request as ready for review July 1, 2026 02:06
@havlli
havlli merged commit 736d0fe into main Jul 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant