Cosmetology - Remove downstream privilege notifications when license encumbered#1491
Cosmetology - Remove downstream privilege notifications when license encumbered#1491landonshumway-ia wants to merge 1 commit intocsg-org:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
💤 Files with no reviewable changes (5)
📝 WalkthroughWalkthroughRemoved event-bus publishing handlers and the EventListenerStack plus related tests; notification-only SQS handlers remain to send emails with notification tracking. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
In the cosmetology system, we already notify all the live states in the compact when a license is encumbered. Sending additional privilege notifications is noisy and redundant. This was the only functionality present in the event listener stack, so the entire stack has been removed from the CDK app. If we ever need to add it back in, we can reference previous git commits or the pattern set by the other compacts to support it.
6b64c55 to
a3a2030
Compare
In the cosmetology system, we already notify all the live states in the compact when a license is encumbered. Sending additional privilege notifications is noisy and redundant. This was the only functionality present in the event listener stack, so the entire stack has been removed from the CDK app. If we ever need to add it back in, we can reference previous git commits or the pattern set by the other compacts to support it.
Closes #1476
Summary by CodeRabbit
Refactor
Tests