khushi - Phase 3 - Develop Feedback Form UI #3040
Open
khushijain03 wants to merge 26 commits intodevelopmentfrom
Open
khushi - Phase 3 - Develop Feedback Form UI #3040khushijain03 wants to merge 26 commits intodevelopmentfrom
khushijain03 wants to merge 26 commits intodevelopmentfrom
Conversation
❌ Deploy Preview for highestgoodnetwork-dev failed.
|
babel-preset-react-app requires NODE_ENV or BABEL_ENV to be set
mikelambo7
approved these changes
Feb 11, 2025
Contributor
mikelambo7
left a comment
There was a problem hiding this comment.
Tested and verified that this feature works as expected
Screen.Recording.2025-02-11.at.1.42.34.PM.mov
- Resolved all merge conflicts by accepting development branch changes - Kept feedback modal implementation and route integration - Updated to latest development branch structure and dependencies - Feedback modal accessible at /communityportal/activity/:activityId/feedback
- Renamed CommunityPortal FeedbackModal to CommunityFeedbackModal to avoid conflict - Fixed CPHeader component export to match import expectations - Updated routes to use CommunityFeedbackModal component
- Fixed CPHeader import by importing directly instead of through index - Build now succeeds with only minor warnings - Tests are running successfully (289 passed, 4 failed - unrelated to feedback modal) - Ready for development server testing
|
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

Implemented the front end for the UI for the Feedback Form modal on the /communityportal/activity/:activityid/feedback page, enabling participants to leave feedback for activities. The form includes a 5-star rating system with an optional comment field a working cancel button, a close button, and a modal box that closes when clicked outside.
Key Features:
Related PRS (if any):
No related PRs
…
## Main changes explained:
Updated the routes.js file to add the URL mapping for the feedback modal
## How to test:
Screenshots or videos of changes:
Screen.Recording.2025-01-14.at.10.56.52.PM.mov
Note: