Skip to content

Add group post notification features - #23

Merged
tenkus47 merged 2 commits into
developfrom
update-notifiaction
Aug 24, 2026
Merged

Add group post notification features#23
tenkus47 merged 2 commits into
developfrom
update-notifiaction

Conversation

@tenkus47

Copy link
Copy Markdown
Member
  • Implemented the fetch_group_post_notification_targets function in the backend client to retrieve notification targets for group posts.
  • Added schemas for group post notifications, including GroupPostNotificationTargetsResponse and related models.
  • Created functions for building and sending group post notifications, including build_group_post_notification_data and send_group_post_push_notification.
  • Introduced unit tests for the new group post notification functionalities, ensuring proper response parsing and payload structure.
  • Updated configuration settings for group post notifications in the application.

- Implemented the `fetch_group_post_notification_targets` function in the backend client to retrieve notification targets for group posts.
- Added schemas for group post notifications, including `GroupPostNotificationTargetsResponse` and related models.
- Created functions for building and sending group post notifications, including `build_group_post_notification_data` and `send_group_post_push_notification`.
- Introduced unit tests for the new group post notification functionalities, ensuring proper response parsing and payload structure.
- Updated configuration settings for group post notifications in the application.
- Implemented the `fetch_event_notification_targets` function in the backend client to retrieve notification targets for events.
- Added schemas for event notifications, including `EventNotificationTargetsResponse` and related models.
- Created functions for building and sending event notifications, including `build_event_notification_data` and `send_event_push_notification`.
- Introduced unit tests for the new event notification functionalities, ensuring proper response parsing and payload structure.
- Updated configuration settings for event notifications in the application.
@tenkus47
tenkus47 merged commit f773b2e into develop Aug 24, 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