Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

feat: extract and display meeting participants - #76

Merged
lucasheriques merged 1 commit into
mainfrom
feat/meeting-participants
Oct 29, 2025
Merged

feat: extract and display meeting participants#76
lucasheriques merged 1 commit into
mainfrom
feat/meeting-participants

Conversation

@lucasheriques

@lucasheriqueslucasheriques commented Oct 29, 2025

Copy link
Copy Markdown
Contributor

Summary

  • Extract unique participants from transcript segments when recording ends
  • Display participant count and names in RecordingView header
  • Show participants as blue badges below meeting metadata

Implementation

Client-side extraction (recordingService.ts):

  • When meeting ends, extract unique participants from all transcript segments
  • Single-pass array operation with Set deduplication (efficient even for 1000+ segments)
  • Update recording with participants list via API

UI Display (RecordingView.tsx):

  • Show participant count in header metadata ("3 participants")
  • Display participant names as blue badges
  • For active recordings: extract from current segments
  • For past recordings: use stored participants field

Notes

Builds on #74 (live transcripts) which provides the RecordingView component.

@lucasheriquesGraphite App

lucasheriques commented Oct 29, 2025

Copy link
Copy Markdown
ContributorAuthor

@lucasheriques
lucasheriques marked this pull request as ready for review October 29, 2025 05:36
@lucasheriques
lucasheriques changed the base branch from feat/live-transcripts to graphite-base/76October 29, 2025 12:56
@lucasheriques
lucasheriques requested a review from a team as a code ownerOctober 29, 2025 12:58
@lucasheriques
lucasheriquesforce-pushed the feat/meeting-participants branch from bb32dbf to 0aef09bCompareOctober 29, 2025 12:58
@graphite-app
graphite-appBot changed the base branch from graphite-base/76 to mainOctober 29, 2025 12:58
@lucasheriques
lucasheriquesforce-pushed the feat/meeting-participants branch from 0aef09b to 4665d28CompareOctober 29, 2025 12:59
@lucasheriques
lucasheriques merged commit 219604f into mainOct 29, 2025
6 checks passed
@lucasheriques
lucasheriques deleted the feat/meeting-participants branch October 29, 2025 13:05
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@lucasheriques@joshsny