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

Feedback form #274

Open
mazipan opened this issue Aug 24, 2023 · 1 comment
Open

Feedback form #274

mazipan opened this issue Aug 24, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request hacktoberfest

Comments

@mazipan
Copy link
Owner

mazipan commented Aug 24, 2023

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 mazipan added the enhancement New feature or request label Aug 24, 2023
@mazipan mazipan self-assigned this Aug 24, 2023
@Abizrh
Copy link
Contributor

Abizrh commented Oct 11, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants