Skip to content

Add tracking of the source of a report #1040

Description

@ThisIsMissEm

Problem being solved

Currently all reports look alike, even though they can originate from different places within the users' application. The API for creating a report currently takes in:

  • the reporter
  • the report date
  • the reason (free text, policy, and a csam flag)
  • the reported items and their threads
  • additional items

In addition we should probably capture from where in the app content was reported from (a configurable enum), for instance it may be from a feed, from a user profile, or from the post itself.

Having this context can help surface when people are going directly to the account to report vs reporting individual content.

Proposed solution

Add a field for report source, which is a configured set of options that integrators can then integrate against. This allows for providing additional context in a programmatic sense which can help analysts understand why reports aren't being actioned.

This information should probably also have the ability to track a "user-agent" type string to correlate reports coming from different applications or integrations with the service provider.

Alternatives considered

I don't think there is any alternative, other than perhaps correlating to an analytics session id?

Anything else

This issue was inspired by recent conversation in the mastodon discord, where low quality reports where coming through because client software had not implemented adequate reporting flows.

Screenshots

No response

Checklist

  • I’ve reviewed and agree to follow the code of conduct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    adoptionAffects adopters or potential adoptersneeds designNeeds designer/UX input

    Fields

    Priority

    None yet

    Projects

    • Status
      Todo
    • Status
      Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions