krud-dev / ostara

Ostara is a cross-platform desktop app for managing and monitoring Spring Boot applications using the Actuator API, providing comprehensive insights and effortless control.
https://ostara.dev
Apache License 2.0
319 stars 11 forks source link

Add in-app feedback form #447

Closed Idane closed 1 year ago

Idane commented 1 year ago

Action items:

  1. Some form of (serverless) backend to intake requests (or find a SAAS)
  2. UX/UI for the form

Add feedback button in

  1. Help menu
  2. Dashboard under feedback (Replace Send Email)
  3. Add as an icon next to the settings cog

--- Feedback fields

avivm commented 1 year ago
curl --location '\<URL\>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "text": "Test\nNewline\nTest",
    "email": "some@email.com"
}'