-
-
Notifications
You must be signed in to change notification settings - Fork 68
Aswin impl resource request form v2 #4333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Aswin20010
wants to merge
51
commits into
development
Choose a base branch
from
aswin_impl_resource_request_form_v2
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Frontend Release to Main [4.43]
Frontend Release to Main [4.44]
Frontend Release to Main [4.45]
Frontend Release to Main [4.46]
Frontend Release to Main [4.47]
Frontend Release to Main [4.48]
Frontend Release to Main [4.49]
Revert "Frontend Release to Main [4.49]"
…076-development Revert "Revert "Frontend Release to Main [4.49]""
Frontend Release to Main [4.50]
Frontend Release to Main [4.51]
Frontend Release to Main [4.52]
Frontend Release to Main [4.53]
Frontend Release to Main [4.54]
Frontend Release to Main [4.55]
Frontend Release to Main [4.56]
Frontend Release to Main [4.57]
Revert "Frontend Release to Main [4.57]"
Redo Frontend Release to Main [4.57]
…223-development Revert "Revert "Frontend Release to Main [4.57]""
…228-revert-4223-development Revert "Revert "Revert "Frontend Release to Main [4.57]"""
…231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]""""
…232-revert-4231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]"""""
…245-revert-4232-revert-4231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]""""""
…ase to Main [4.57]"""""""
…247-revert-4245-revert-4232-revert-4231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]"""""""
…end Release to Main [4.57]""""""""
…250-revert-4247-revert-4245-revert-4232-revert-4231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]""""""""
…t "Frontend Release to Main [4.57]"""""""""
…251-revert-4250-revert-4247-revert-4245-revert-4232-revert-4231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]"""""""""
…t "Revert "Frontend Release to Main [4.57]""""""""""
…259-revert-4251-revert-4250-revert-4247-revert-4245-revert-4232-revert-4231-revert-4228-revert-4223-development Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Frontend Release to Main [4.57]""""""""""
Sundar: dev to main release 4.57
Sundar: revert 4186 on main
Frontend Release to Main [4.58]
Frontend Release to Main [4.59]
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
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
Implements the Resource Request Form that allows volunteers to submit requests for materials or equipment required for activities (e.g., gym equipment, yoga mats, etc.).
This PR adds client-side validation, submission handling, success messaging, and CSS module styling for the /communityportal/resources/add page.
Related PRs (if any)
Frontend PR only
Main changes explained
Created / Updated Files
src/components/SocialArchitecture/RequestResources.jsx – added form validation, error messages, success state handling, and reset logic.
src/components/SocialArchitecture/ResourceRequestForm.module.css – added styling for inline errors, success message, and dark-mode compatibility.
Implemented
Required-field validation for all inputs.
Inline error display beneath each field.
Success confirmation popup and form reset after valid submission.
File-upload handler for material image.
Responsive layout verified for desktop/tablet/mobile.
CSS module integration for consistent styling across themes.
How to test
git fetch origin aswin_impl_resource_request_form_v2
git checkout aswin_impl_resource_request_form_v2
npm install --legacy-peer-deps
npm run start:local
Screenshots or videos of changes
PR.4333.mov
Note
All form fields tested locally; dark mode verified.
No merge conflicts with main branch.
Ready for PR review