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

Allow user feedback in app #56

Open
whoabuddy opened this issue Oct 31, 2024 · 2 comments
Open

Allow user feedback in app #56

whoabuddy opened this issue Oct 31, 2024 · 2 comments

Comments

@whoabuddy
Copy link
Contributor

We should make this as low friction as possible.

Imagine running into an issue, hitting a button, and the app would:

  • capture info about what page they are on
  • allow them to input some text to describe the issue
  • store it in a database we can query from the admin page

Then for each entry we can set two boolean column values (both default false):

  • addressed: did we read it, reply in Discord, or create a GitHub issue?
  • resolved: did it get fixed?
@r0zar
Copy link

r0zar commented Dec 2, 2024

Sentry has a user feedback / bug report widget we can use. I think we already have sentry setup so it should be pretty easy. Let me know if this sounds like a good approach.
https://docs.sentry.io/platforms/javascript/guides/nextjs/user-feedback/
image

@biwasbhandari
Copy link
Contributor

Do we still need it? I think we're doing good on discord.

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

3 participants