Skip to content

Conversation

@jordane
Copy link
Member

@jordane jordane commented Dec 18, 2025

This is a new field being used by LFX One to show data about meeting attendees to other meeting attendees. We need to display this even for v1 meetings, so add to the sync helper to tack it on when it is a board meeting and the project is tlf. Otherwise set to false for now.

Copilot AI review requested due to automatic review settings December 18, 2025 19:34
@jordane jordane requested review from a team and emsearcy as code owners December 18, 2025 19:34
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for the show_meeting_attendees field to v1 meetings, enabling LFX One to display meeting attendee data to other attendees. The field is set to true for board meetings associated with TLF project (identified by SFDC ID), and false otherwise.

Key Changes

  • Added ShowMeetingAttendees boolean field to the meetingInput struct
  • Implemented logic to conditionally set the field based on meeting type and project ID
  • Imported the slices package for ID checking

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
cmd/lfx-v1-sync-helper/models_meetings.go Added ShowMeetingAttendees boolean field to the meetingInput struct with appropriate JSON tag and documentation
cmd/lfx-v1-sync-helper/handlers_meetings.go Added slices import, logic to set show_meeting_attendees during meeting conversion, and helper function to determine if attendees should be shown based on meeting type and project SFDC ID

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

This is a new field being used by LFX One to show data about
meeting attendees to other meeting attendees. We need to display this
even for v1 meetings, so add to the sync helper to tack it on when it is
a board meeting and the project is tlf. Otherwise set to false for now.

Signed-off-by: Jordan Evans <jevans@linuxfoundation.org>
@andrest50 andrest50 merged commit 89778a1 into main Dec 22, 2025
3 checks passed
@andrest50 andrest50 deleted the jme/LFXV2-921 branch December 22, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants