feat: component email templates, subscription analytics, fraud dashboard, dunning A/B sequences - #1069
Open
Stevieoche wants to merge 1 commit into
Conversation
…ard, dunning A/B sequences - Refactor email templates to use component-based engine with typed building blocks (header, text, button, divider, image, spacer, columns, footer), 4 named layouts, variable detection, and legacy block migration helper. Closes Smartdevs17#917 - Implement subscription analytics backend service with MRR/ARR growth rates, MRR movement breakdown (new/expansion/contraction/ churn), cohort summary, churn summary with monthsToZero, forecast aggregates, retention curve, per-merchant caching, and CSV export. Closes Smartdevs17#923 - Add FraudDashboardService aggregating RuleEngine and FraudInvestigationService into a unified dashboard payload: KPI analytics, review queue, subscription risk list, assessment feed, merchant fraud reports, false-positive feedback loop, and model confidence tracking. Closes Smartdevs17#980 - Add deep integration tests for dunning email A/B testing: full lifecycle, sticky variant assignment, weight distribution, state machine transitions, auto winner selection, deliverability metrics, optimal send time, and sequence recommendations. Closes Smartdevs17#927 Co-authored-by: Kiro <[email protected]>
|
@Stevieoche 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! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Refactor email templates to use component-based engine with typed building blocks (header, text, button, divider, image, spacer, columns, footer), 4 named layouts, variable detection, and legacy block migration helper. Closes Implement fraud detection dashboard for subscription payments #917
Implement subscription analytics backend service with MRR/ARR growth rates, MRR movement breakdown (new/expansion/contraction/ churn), cohort summary, churn summary with monthsToZero, forecast aggregates, retention curve, per-merchant caching, and CSV export. Closes Implement subscription analytics with MRR, ARR, and cohort analysis #923
Add FraudDashboardService aggregating RuleEngine and FraudInvestigationService into a unified dashboard payload: KPI analytics, review queue, subscription risk list, assessment feed, merchant fraud reports, false-positive feedback loop, and model confidence tracking. Closes Refactor email templates to use component-based templating engine #980
Add deep integration tests for dunning email A/B testing: full lifecycle, sticky variant assignment, weight distribution, state machine transitions, auto winner selection, deliverability metrics, optimal send time, and sequence recommendations. Closes Implement subscription dunning email sequences with A/B testing #927