Skip to main content

What the feedback feature does

Aiola’s Feedback feature lets each project collect structured submissions from end users and review them inside the desktop app. Feedback is available in two places:
  • Project Feedback for one workspace
  • Central Feedback for an all-project view

Supported feedback types

The app supports at least two feedback flows:
  • Issue submissions
  • Feature request submissions
Each type can have its own field configuration.

Configure the form

From Project → Feedback:
  1. Click Edit Fields
  2. Configure the fields for issue reports or feature requests
  3. Save the configuration
  4. Open Get Code
Aiola stores separate field definitions for issue and feature forms. The field editor supports:
  • short text and long text
  • email
  • URL
  • attachment
  • single select
  • multi-select
You can change each field’s label and required flag, edit options for select fields, move fields up or down, remove fields, and check the form in a live preview.

Embed it in your app

The Get Code dialog has Next.js, React, and Python implementations for issue and feature-request forms. The generated implementation is designed around:
  • an AIOLA_KEY environment variable
  • a server-side proxy route
  • a UI dialog or submission component for the chosen form type
The feedback API route should proxy to Aiola’s feedback endpoint. The key should not be exposed client-side. Select Add to App to create an Aiola thread that implements the selected feedback form in the current workspace.

Working with submissions

Inside the app you can:
  • filter by type and status
  • search submissions
  • sort standard columns and columns generated from the active feedback schema
  • page through active submissions in groups of 50
  • update an individual submission’s status
  • send a submission to Analyze or Fix It
  • bulk-change status or bulk-delete selected submissions
  • see stats in the workspace view
  • watch submissions update in real time

Central feedback

The central feedback page combines feedback from all projects and shows the project name on each item, so you can triage multiple apps from one screen.