Refactor matches to groups to allow for further market#51
Draft
ParagonJenko wants to merge 6 commits intomasterfrom
Draft
Refactor matches to groups to allow for further market#51ParagonJenko wants to merge 6 commits intomasterfrom
ParagonJenko wants to merge 6 commits intomasterfrom
Conversation
- Added new API route for managing groups. - Implemented Group and GroupMember models with associations. - Updated database seeding to create multiple groups and their members. - Enhanced activity logging to track group-related actions such as creation, joining, and scheduling. - Refactored existing match-related activities to accommodate group dynamics.
- Introduced a new groups model to replace the existing matching system, allowing for multiple user types (couples, friends, watch parties). - Added group management functionalities including creating, inviting, and managing group memberships. - Updated the frontend to reflect the new groups structure, including navigation changes and UI components for group interactions. - Removed legacy match-related components and APIs to streamline the application. - Enhanced backend services to support group-related operations and activities.
…mponents - Updated AdminDashboardContent, SystemMonitoringContent, and StatsOverview to reflect the change from 'matches' to 'groups'. - Adjusted API interfaces and system statistics to include totalGroups. - Refactored routing and navigation to replace match-related paths with group paths. - Introduced new group components and hooks for managing group functionality. - Removed deprecated match-related components and services to streamline the codebase.
…ttps://github.com/ideaSquared/pairflix into aj-refactor-to-group
…tials and DeveloperPage components - Upgraded React and ReactDOM dependencies in package-lock.json and package.json. - Introduced EtherealCredentials component for displaying email service credentials. - Added DeveloperPage component to provide access to developer tools, including the EtherealCredentials component. - Enhanced DevLogin component to include a section for Ethereal credentials. - Implemented backend endpoint for retrieving Ethereal credentials, ensuring proper initialization of the email service in development.
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.
🚀 What’s New
📝 Description
Fixes: #
✅ Checklist
📸 Screenshots (if applicable)
🔗 Related Issues / PRs