Skip to content
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

Support disabling built-in feedback feature via config #3771

Open
amcclain opened this issue Aug 30, 2024 · 0 comments
Open

Support disabling built-in feedback feature via config #3771

amcclain opened this issue Aug 30, 2024 · 0 comments

Comments

@amcclain
Copy link
Member

We have an admittedly very bare-bones built-in dialog to collect feedback.

We do not see this getting much use at all, so in many apps it might be considered noise or the team would prefer to get feedback some other way. But the real concern is an app that doesn't have email support configured - there a user might submit feedback but someone would need to actively look in the Admin > User Activity > Feedback tab to find it.

We should support a config to centrally disable the service, hiding the menu option on the client, hiding the admin tab, and throwing were the endpoint to be called in some other way. Could be xhFeedbackConfig, which would also let us spec a dedicated email for feedback, should it be enabled.

Note that there is an appMenuButton prop available to hide the built-in menu option, but this config would allow it to be toggled w/o requiring a code change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant