diff --git a/packages/client/modules/demo/initDB.ts b/packages/client/modules/demo/initDB.ts index f719a3f9270..aa9dfc85899 100644 --- a/packages/client/modules/demo/initDB.ts +++ b/packages/client/modules/demo/initDB.ts @@ -527,6 +527,7 @@ const initNewMeeting = ( votesRemaining: teamMembers.length * 5, phases: initPhases() as any[], summarySentAt: null, + summary: `The team are feeling the strain of too many meetings and over-packed sprints, which is stifling creativity, especially for the interns and junior staff. Clarifying processes, reducing unproductive group chats, and giving everyone more space to share ideas should help.`, totalVotes: MeetingSettingsThreshold.RETROSPECTIVE_TOTAL_VOTES_DEFAULT, maxVotesPerGroup: MeetingSettingsThreshold.RETROSPECTIVE_MAX_VOTES_PER_GROUP_DEFAULT, teamId: demoTeamId