-
Notifications
You must be signed in to change notification settings - Fork 1
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
Event feedback #201
Merged
Merged
Event feedback #201
Conversation
This file contains 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
1. Can open multiple events in a new tab 2. Can't have a feedback <form> inside a modal
turns out you can't change status after responding
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
And add titles to new pages
change currentColor borders to elevated-stroke
…s spacing, feedback form submit btn
SheepTester
requested review from
farisashai,
raymosun,
trevorkw7 and
alexzhang1618
as code owners
March 31, 2024 09:04
alexzhang1618
approved these changes
Mar 31, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alexzhang1618
approved these changes
Apr 1, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Info
Closes #121
Please note: Currently, the admin test account cannot submit feedback because someone requested a password reset.
Currently waiting on acmucsd/membership-portal#412, which links feedback to events
I added separate event pages and made event cards link to them. Clicking on an event card still opens the modal, but now you can ctrl + click on event cards to quickly open them in new tabs. Also, since the modal is already a form, and HTML doesn't allow forms within forms, I can't put the feedback form in a modal. So the event page is where you give feedback for events
To access the feedback form on the event page:
To access the feedback page:
/feedback
in the address bar. The API supports getting feedback for normal users, but it just lists the users' submitted feedback. This is supported by the feedback page, but I don't think it's as important to link it anywhereI'm thinking of adding multiple-choice options to the feedback form (e.g. How did you hear about this event? What made you spend time at this event? [and if the user didn't attend the event] Why didn't you attend the event?). Since the API just stores feedback as one string, this could just be concatenated together into a both human- and program-readable string
Changes
Type of Change
expected)
linting/formatting)
workflows)
Testing
I have tested that my changes fully resolve the linked issue ...
Checklist
/src/lib/*
and commented hard to understand areasanywhere else.
Screenshots