Skip to content

Fix moderation sync across moderator screens#556

Open
csharpfritz wants to merge 1 commit into
mainfrom
csharpfritz-fix-moderation-sync
Open

Fix moderation sync across moderator screens#556
csharpfritz wants to merge 1 commit into
mainfrom
csharpfritz-fix-moderation-sync

Conversation

@csharpfritz

Copy link
Copy Markdown
Contributor

Summary

  • make moderation SignalR updates respect the active filter on the moderation page
  • remove items from Needs Review when another moderator approves or rejects them
  • add unit tests for the shared moderation content filter helper

Testing

  • dotnet build TagzApp.Blazor --no-restore
  • dotnet test src/TagzApp.UnitTest --no-restore --verbosity normal

Fixes #550

Make moderation SignalR updates respect the active filter so approved and rejected items are added, updated, or removed correctly on other moderators' screens. Also add unit tests for the filter helper used by the moderation page.

Fixes #550

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

Moderation actions are not updating on other moderators screens

1 participant