Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CORL-2970]: DSA - Display related reports on single report screen #4434

Merged
merged 3 commits into from
Dec 4, 2023

Conversation

kabeaty
Copy link
Contributor

@kabeaty kabeaty commented Nov 27, 2023

What does this PR do?

These changes add the display of related reports to the DSA single report screen in the admin. Related reports are reports that were submitted at the same time as containing illegal content, and they share the same submissionID.

These changes will impact:

  • commenters
  • moderators
  • admins
  • developers

What changes to the GraphQL/Database Schema does this PR introduce?

Adds a relatedReports connection to DSA Reports. Returns reports where the submissionID is the same but id is not (so that the report itself is not returned as a related report).

Does this PR introduce any new environment variables or feature flags?

no

If any indexes were added, were they added to INDEXES.md?

n/a

How do I test this PR?

You can test this by submitting multiple comments at a time in one illegal content report. Then go into the admin and go to the DSA Reports tab and click through to the reports you created. At the bottom of each report's page, you should see a Related Reports section with all related reports that were submitted together. If you click on one, you should then be taken to that report's single report screen.

Check that any reports submitted by themselves without additional related reports do not include a Related Reports section on their single report screen.

Where any tests migrated to React Testing Library?

How do we deploy this PR?

Copy link

netlify bot commented Nov 27, 2023

Deploy Preview for gallant-galileo-14878c canceled.

Name Link
🔨 Latest commit 98e0407
🔍 Latest deploy log https://app.netlify.com/sites/gallant-galileo-14878c/deploys/6564e2497752d700082176c4

Copy link
Contributor

@nick-funk nick-funk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! ✅

@kabeaty kabeaty added the 🚀 merge it! Pull requests that should be merged after status checks pass with a review label Dec 4, 2023
@kabeaty kabeaty added this pull request to the merge queue Dec 4, 2023
Merged via the queue into develop with commit 3c6c267 Dec 4, 2023
@kabeaty kabeaty deleted the feat/dsa-related-reports-section branch December 4, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 merge it! Pull requests that should be merged after status checks pass with a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants