This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
Use a 3rd-party feedback widget #1933
Locked
klochowicz
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
If there is a low effort way to let people that are actually opening the app give us feedback, I think we should do it! Alternatively we could link to GitHub, but not all feedback belongs there and the user would need a feedback account. |
Beta Was this translation helpful? Give feedback.
1 reply
-
A ticket was created: #1936 marking this as closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
before we venture into the territory of creating in-house messaging platform or user registration, I thought we could explore some ready-made solutions for react to save us time and allow collecting feedback sooner.
I had a look at 2 platforms that give us ready-made feedback widgets:
Feedback Fish seems to be really appealing, and it's free to try it out (first 25 feedbacks). then it's ~$20 per month in case we'd like to continue using it.
As they have a react component ready, pretty much all code that needs to be into the app is trivial: https://feedback.fish/help/react
I'd imagine that feedback is something more critical on early stage, so even if we start paying, we could stop in a couple of months. And if we don't get feedbacks, we won't pay anything.
I'd like to go ahead with this as it's super easy to implement and from briefly looking at the react component it's super easy (looks like we can correlate feedback to a
taker_id
, which might help whether feedback comes from people actually opening positions`).There's a way of passing in emails (opt-in), in case we'd like to respond to user feedback.
Beta Was this translation helpful? Give feedback.
All reactions