Revert "Feature/capr 23 scaffold event cog from deprecated repo" - #77
Merged
shamikkarkhanis merged 1 commit intoFeb 10, 2026
Conversation
|
Issue reopened: CAPR-23 Scaffold event_cog from deprecated repo |
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideReverts the previously added event system by removing its configuration fields and deleting the event extension package and related schemas and event logic. Class diagram for reverted event configuration in SettingsclassDiagram
class EnvConfig
class Settings_previous {
int ticket_feedback_channel_id
int event_feedback_channel_id
int ticket_category_id
int managed_role_id
int staff_role_id
int log_channel_id
int suggestion_channel_id
int suggestion_approval_channel_id
int suggestion_denial_channel_id
int suggestion_log_channel_id
int suggestion_threshold
int ticket_feedback_channel_id
string announcement_channel_name
}
class Settings_current {
int ticket_feedback_channel_id
int event_feedback_channel_id
int ticket_category_id
int managed_role_id
int staff_role_id
int log_channel_id
int suggestion_channel_id
int suggestion_approval_channel_id
int suggestion_denial_channel_id
int suggestion_log_channel_id
int suggestion_threshold
int ticket_feedback_channel_id
}
EnvConfig <|-- Settings_previous
EnvConfig <|-- Settings_current
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
shamikkarkhanis
deleted the
revert-70-feature/capr-23-scaffold-event_cog-from-deprecated-repo
branch
February 10, 2026 18:17
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.
Reverts #70
Summary by Sourcery
Revert the previously added event system integration and its configuration.
Enhancements: