Skip to content

Feat/be notification template versioning#628

Merged
Cedarich merged 5 commits into
Pulsefy:mainfrom
ykargeee-bit:feat/be-notification-template-versioning
Jun 29, 2026
Merged

Feat/be notification template versioning#628
Cedarich merged 5 commits into
Pulsefy:mainfrom
ykargeee-bit:feat/be-notification-template-versioning

Conversation

@ykargeee-bit

Copy link
Copy Markdown
Contributor

Closes #559

…events

- Add filter support to listUnparsedEvents for contractId, schemaVersion, errorType
- Add single event replay endpoint: POST /unparsed-events/:pagingToken/replay
- Add specific batch replay endpoint: POST /unparsed-events/replay/batch
- Implement incrementAttempts to properly track replay attempts
- Add status field to track if event is pending or replayed
- Ensure idempotent replay that prevents duplicate records
- Full auditability with attempts counter, error messages, and timestamps
…ground job system that meets all your requirements:

added comprehensive Dead Letter Queue (DLQ) replay APIs for your background job system that meets all your requirements:
- Add template versioning with active/draft/archived states
- Expose admin API endpoints for template management and preview
- Persist template version ID with all delivered notifications
- Implement draft promotion with automatic archiving of previous active versions
- Add unit tests for core template versioning logic
- Seed existing hardcoded templates into new versioning system

Closes requirements:
- Operators can evolve templates without breaking historical records
- Delivered notifications reference the exact template version used
- Preview rendering matches delivered content
@drips-wave

drips-wave Bot commented Jun 28, 2026

Copy link
Copy Markdown

@ykargeee-bit Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Cedarich

Copy link
Copy Markdown
Contributor

@ykargeee-bit

@ykargeee-bit

Copy link
Copy Markdown
Contributor Author

@Cedarich

@Cedarich Cedarich merged commit 43a1398 into Pulsefy:main Jun 29, 2026
2 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.

BE-75: Notification Template Versioning API

2 participants