Skip to content

Conversation

@groovecoder
Copy link
Member

  • Replaced create_meetings_csv with get_new_meetings to track and return only new meetings.
  • Added support for reading/writing a meeting registry to S3 using JSONL format.
  • Improved parse_meetings to reliably extract clip_id and video URL using regex.
  • Introduced clip_id field to the Meeting model.
  • Added utility functions to_jsonl and from_jsonl for model serialization/deserialization.
  • Renamed get_meetings to get_tgov_meetings for clarity.

@groovecoder groovecoder force-pushed the refactor-meetings-task branch 2 times, most recently from c6cf82c to dea13ea Compare April 2, 2025 22:14
* Replaced `create_meetings_csv` with `get_new_meetings` to track and return only new meetings.
* Added support for reading/writing a meeting registry to S3 using JSONL format.
* Improved `parse_meetings` to reliably extract `clip_id` and video URL using regex.
* Introduced `clip_id` field to the `Meeting` model.
* Added utility functions `to_jsonl` and `from_jsonl` for model serialization/deserialization.
* Renamed `get_meetings` to `get_tgov_meetings` for clarity.
@groovecoder groovecoder force-pushed the refactor-meetings-task branch from dea13ea to 90e22e7 Compare April 4, 2025 16:48
@groovecoder groovecoder requested a review from Copilot April 4, 2025 16:49
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.

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

groovecoder and others added 2 commits April 4, 2025 13:09
@groovecoder groovecoder merged commit c179a15 into main Apr 4, 2025
1 check passed
@groovecoder groovecoder deleted the refactor-meetings-task branch April 4, 2025 18:10
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.

2 participants