Skip to content

feat: Add customer feedback button #80

@ProgrammingByPermutation

Description

We should add a feedback button to the site so that people can send things in if they encounter issues or want to ask questions.

Feature would need to eventually have the following (split into multiple stories as needed):

  1. Submitting feedback via site.
  2. Restricting feedback to logged in users (anti-spam).
  3. Restricting feedback to less than 10000 per user (anti-spam).
  4. An inbox to read and respond to feedback (stretch goal).
    • This doesn't need to be full e-mail/chat functionality just text messages in a thread.
    • Until this is implemented we are restricted to communication via code sending e-mails which is unpleasant and best avoided if possible.
  5. Captcha or meme captcha. Just something to be annoying to bots not anything that will seriously do anything (stretch goal).

Remember:
We have desktop applications too. We may want to re-use the website endpoints for the desktop applications to give similar functionality in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions