Skip to content

Commit

Permalink
feat: add ai summary to demo (#10160)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoferrall authored Aug 28, 2024
1 parent a1817be commit 089a537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/modules/demo/initDB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 089a537

Please sign in to comment.