mazipan / baca-quran.id

📖 Read Qur'an from Your Web Browser. No Ads, No Analytics, It's Totally Free.
https://www.baca-quran.id/
MIT License
390 stars 113 forks source link

Feedback form #274

Open mazipan opened 1 year ago

mazipan commented 1 year ago

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
Abizrh commented 1 year ago

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