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
Configure the form
From Project → Feedback:- Click Edit Fields
- Configure the fields for issue reports or feature requests
- Save the configuration
- Open Get Code
- short text and long text
- URL
- attachment
- single select
- multi-select
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_KEYenvironment variable - a server-side proxy route
- a UI dialog or submission component for the chosen form type
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

