feat: spam and quarantine scenario preset (#215)#1268
Open
Tijesunimi004 wants to merge 1 commit into
Open
Conversation
Add spamQuarantineScenarioPreset to the demo admin dashboard, covering spam auto-detection, blocked senders, policy mismatch quarantine, repeat offenders, and false-positive resolution. New types: QuarantineEntryStatus, QuarantineEntry, BlockedPersona, SpamWarningLabel New helpers: getQuarantineSummary, validateSpamQuarantinePreset Registers "spam-quarantine" in PresetId and PRESET_SCENARIOS Tests added in both __tests__/ and tests/unit/ for CI coverage
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.
Summary
spamQuarantineScenarioPresetas a newPresetScenarioregistered inPRESET_SCENARIOS, covering spam auto-detection, blocked senders, policy mismatch quarantine, repeat offenders, and false-positive resolutionquarantineEntriesfixture (5 entries across allQuarantineEntryStatusstates)blockedPersonasfixture (3 blocked sender personas with category and reason)spamWarningLabelsfixture (5 warning labels: Spam, Blocked, Quarantine, Review-Pending, Cleared)getQuarantineSummaryandvalidateSpamQuarantinePresethelpers"spam-quarantine"inPresetIdunion typesrc/features/demo-admin-dashboard/__tests__/spamQuarantinePreset.test.tsandtests/unit/demo-admin-dashboard/spamQuarantinePreset.test.ts(CI path)All demo data is fake, deterministic, and uses only
*stealth.demo/@example.comaddresses. No files outsidesrc/features/demo-admin-dashboard/are changed except thetests/unit/demo-admin-dashboard/test directory.Closes #215
Test plan
bun run testpasses (coverstests/unit/demo-admin-dashboard/spamQuarantinePreset.test.ts)bun x tsc --noEmitpasses (no type errors)presets.test.tsnow asserts"spam-quarantine"is inPRESET_SCENARIOSvalidateSpamQuarantinePreset()returns no errors for the default fixture