Skip to content

Add event reminder notification features - #24

Merged
tenkus47 merged 2 commits into
developfrom
event-time
Sep 11, 2026
Merged

Add event reminder notification features#24
tenkus47 merged 2 commits into
developfrom
event-time

Conversation

@tenkus47

Copy link
Copy Markdown
Member
  • Implemented the fetch_event_reminder_targets function in the backend client to retrieve reminder notification targets.
  • Added schemas for event reminders, including EventReminderTargetsResponse.
  • Created functions for building and sending event reminder notifications, including build_event_reminder_notification_data and send_event_reminder_push_notification.
  • Introduced unit tests for the new event reminder functionalities, ensuring proper response parsing and payload structure.
  • Updated event notification processing to handle reminders, including idempotency key management for reminders.
  • Enhanced SQS message parsing to support event reminders with appropriate validation.

- Implemented the `fetch_event_reminder_targets` function in the backend client to retrieve reminder notification targets.
- Added schemas for event reminders, including `EventReminderTargetsResponse`.
- Created functions for building and sending event reminder notifications, including `build_event_reminder_notification_data` and `send_event_reminder_push_notification`.
- Introduced unit tests for the new event reminder functionalities, ensuring proper response parsing and payload structure.
- Updated event notification processing to handle reminders, including idempotency key management for reminders.
- Enhanced SQS message parsing to support event reminders with appropriate validation.
- Enhanced the `fetch_event_reminder_targets` function to accept an optional `fire_at` parameter, allowing the backend to differentiate between stale and fresh reminder messages.
- Updated the `_fetch_all_reminder_targets` and `_process_event_reminder` functions to handle the new `fire_at` parameter.
- Modified the event notification message processing to forward the `fire_at` value when present, ensuring compatibility with older message formats.
- Added unit tests to verify the correct handling of the `fire_at` parameter in reminder notifications.
@tenkus47
tenkus47 merged commit 894be52 into develop Sep 11, 2026
8 checks passed
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.

1 participant