Added surveys and survey making functionality#55
Open
mafernandag wants to merge 7 commits intomainfrom
Open
Conversation
Collaborator
mafernandag
commented
Nov 5, 2025
- Added survey answering and edit pages. Closes Match Surveys #38
- Admins can create and manage surveys, and read/export the answers (CSV file). Closes Admins should be able to read/write survey questions and read responses #39
- Admins can add textfield, checklist, dropdown and radio questions.
- Users now have an "active surveys" section on the main dashboard where they can see their pending surveys and answer them.
- Surveys can be enabled for either mentors, mentees or both.
- Surveys can be left as a draft, or published via the "Post survey" button.
+ Modified file organization for auth components
Removed deprecated LoadingButton component
Contributor
There was a problem hiding this comment.
Copilot reviewed 46 out of 48 changed files in this pull request and generated 17 comments.
Comments suppressed due to low confidence (2)
mentor-match-app/src/pages/CombinedForm.jsx:373
- The standard Material-UI
Buttoncomponent does not support theloadingprop. This prop is specific toLoadingButtonfrom@mui/lab. Either restore theLoadingButtonimport and component, or implement a custom loading state using thedisabledprop andCircularProgresscomponent.
mentor-match-app/src/pages/Dashboard.jsx:35 - Unused variable setLoadingSurveys.
mentor-match-app/src/components/adminDashboard/ManageSurveysSection.jsx
Outdated
Show resolved
Hide resolved
|
Visit the preview URL for this PR (updated for commit e66bb1a): https://mentor-match-backend--pr-55-fbiiconi.web.app (expires Sat, 15 Nov 2025 21:36:46 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 00dcef695f9e3298930fa589c5484a93e0a376cb |
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.