baca-quran.id icon indicating copy to clipboard operation
baca-quran.id copied to clipboard

Feedback form

Open mazipan opened this issue 1 year ago • 1 comments

Description

Using feedback fish, headless-mode

Just send the feedback via POST:

fetch('https://api.feedback.fish/feedback', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    projectId: "fb630442d153de",
    text: feedbackText,
    category: "", // Either "issue", "idea" or "other",
    userId: currentUser.email,
    metadata: {},
  })
})

Sample UI: https://feedback.fish/feedback/

Screenshot 2023-08-24 at 11 53 45 Screenshot 2023-08-24 at 11 54 02

mazipan avatar Aug 24 '23 04:08 mazipan

hi sir, could you please assign me to this issue? I would like to work on this.

Abizrh avatar Oct 11 '23 04:10 Abizrh