Andrest50/v1 meetings mock #5
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the board meeting playbook to improve support for v2 attributes and ensure consistency in data modeling for meetings, recordings, transcripts, and summaries. The main changes involve adding explicit
idfields for v2 compatibility and updating the subject for summary publishing.Data Model Updates
idfields (v2 attribute) to meeting, participant, recording, and transcript creation steps to standardize v2 data modeling. (buf_board_meeting_create,buf_board_meeting_committee_participants_create,buf_board_past_meeting_{{ past_meeting_index }}_create,buf_board_past_meeting_{{ past_meeting_index }}_recording_create,buf_board_past_meeting_{{ past_meeting_index }}_transcript_create) [1] [2] [3] [4] [5]registrant_id(v1 attribute) for backward compatibility while adding the newidfield. (buf_board_meeting_committee_participants_create)Summary Publishing
lfx.index.v1_meeting_summarytolfx.index.v1_past_meeting_summaryto better reflect the data type and improve event routing. (buf_board_past_meeting_{{ past_meeting_index }}_summary_create)