
Once a campaign has been started in the creation flow but the setup wasn’t fully completed, the resulting Draft campaign in the Interviews list cannot be reopened in an editor. These unfinished campaigns appear in the Interviews table (e.g. as “Untitled Campaign” with status “Draft”), but there is currently no way to open and continue editing them, effectively leaving them stuck and unusable even though they are saved as drafts.
For any campaign that appears in the Interviews table (including Drafts that were never fully configured), clicking the row or an explicit “Edit” action should open the campaign editor with the current state pre-populated. Users must be able to:
• change name, description, targeting, questions, etc.
• save as Draft again or start / restart the campaign.
Concretely, I’d check for:
The route / page that loads the editor when creating a campaign (e.g. /interviews/new or a multi-step wizard) versus the route for editing (e.g. /interviews/:id/edit).
Whether Draft entries created via the wizard are actually persisted with an id, but the UI is missing a link/action that uses that id.
Any guard logic like if (status !== 'Draft' && status !== 'Scheduled') redirect that might accidentally block in-progress / draft campaigns.
Please authenticate to join the conversation.
Completed
Feature Request
About 2 months ago

Maximilian Arnold
Get notified by email when there are changes.
Completed
Feature Request
About 2 months ago

Maximilian Arnold
Get notified by email when there are changes.