Feature/teameventmembers - #469
Merged
AnshRaj112 merged 7 commits intoJul 25, 2026
Merged
Conversation
- URL Issue Fixed (/Events/null/team/...) in EventCard.jsx - Crown Display Fix (only for leader)
… notifications, leave team preserves registration
Krishna-Das20
requested review from
AnshRaj112,
GuinAditi,
fed-tech,
rudrika08 and
shing1Sks
as code owners
July 25, 2026 21:19
|
@Krishna-Das20 is attempting to deploy a commit to the fedkiitgmailcom's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. 😊 |
AnshRaj112
approved these changes
Jul 25, 2026
fed-tech
approved these changes
Jul 25, 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.
Description
This PR implements an Unstop-like Team Management system for event registrations. It allows registered users to create teams, invite teammates via shareable invite links, request to join existing teams, manage member rosters, and handle team configurations. Additionally, it integrates a protected routing mechanism that redirects users back to their target page upon a successful login.
Changes Made
TeamManagement.jsx) supporting team creation, renaming, and member list visualization.InviteSection.jsx) and team request updates (TeamlessState.jsx), facilitating seamless onboarding of team members.MemberCard.jsx) and transfer team authority (with crown icon indicators shown only to the leader).ProtectedRoutewrapper and redirect utility (LoginRedirect) to cache the target URL insessionStorageand route users back there immediately after logging in./Events/null/team/...).Sponser.json) and automated the copyright year updates in the footer (Footer.jsx).Types of Changes
What type of changes does your code introduce? (Check all that apply)
Bug fix (non-breaking change which fixes an issue) 🐛
New feature (non-breaking change which adds functionality) ✨
UI enhancement (non-breaking change which enhances UI) 🎨
Documentation update 📚
Fixes #
Screenshots (if applicable)