Campaigns currently remain uneditable after not filling out should be editable when not during it but maybe also during

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:

  1. 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).

  2. 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.

  3. Any guard logic like if (status !== 'Draft' && status !== 'Scheduled') redirect that might accidentally block in-progress / draft campaigns.

Please authenticate to join the conversation.

Upvoters
Status

Completed

Board
💡

Feature Request

Date

About 2 months ago

Author

Maximilian Arnold

Subscribe to post

Get notified by email when there are changes.