Issue 2073: add survey and privacy notice to root of application#2075
Merged
Issue 2073: add survey and privacy notice to root of application#2075
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
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.
connects #2073
This pull request enhances the user feedback experience in the application by making the user survey more accessible and improving the layout and routing for feedback-related pages. The most important changes are outlined below:
User Feedback Accessibility and Routing:
home-page.component.html) that directs users to a dedicated Feedback Page, making it easier to find the survey and feedback options.app-routing.module.tsto add explicit routes for/feedbackand/privacy, ensuring these pages are directly accessible.FeedbackComponentandPrivacyNoticeComponentinapp-routing.module.tsto ensure components are correctly loaded.Feedback Page and Survey Improvements:
app-user-survey) and its heading to the top of the Feedback Page (feedback.component.html), making it more prominent and easier for users to participate. [1] [2]User Survey UI Enhancements:
user-survey.component.html), especially for non-modal views, by adjusting button alignment and spacing for better usability. [1] [2]