refactor: consolidate message, feedback, meeting, and sponsors modules#178
Merged
danielhe4rt merged 1 commit into4.xfrom Mar 17, 2026
Merged
refactor: consolidate message, feedback, meeting, and sponsors modules#178danielhe4rt merged 1 commit into4.xfrom
danielhe4rt merged 1 commit into4.xfrom
Conversation
- Create new 'activity' module from message module - Create new 'community' module consolidating feedback and meeting - Move sponsors into events module - Update all namespace references and dependencies - Migrate tests to new module structure
Clintonrocha98
approved these changes
Mar 17, 2026
gvieira18
approved these changes
Mar 17, 2026
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
message,feedback,meeting, andsponsorsmodules into more cohesive domain modulesChanges
New Activity Module (
app-modules/activity/)Consolidated from the
messagemodule:New Community Module (
app-modules/community/)Consolidated from
feedbackandmeetingmodules:Feedback:
Meeting:
Events Module Updates
Sponsors functionality moved from standalone module into
events:Removed Modules
app-modules/message/(merged into activity)app-modules/feedback/(merged into community)app-modules/meeting/(merged into community)app-modules/sponsors/(merged into events)Testing
All existing tests have been migrated and updated to work with the new module structure.