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

add api endpoint to retrieve authenticated user's reports #7572

Open
tybug opened this issue May 9, 2021 · 1 comment
Open

add api endpoint to retrieve authenticated user's reports #7572

tybug opened this issue May 9, 2021 · 1 comment
Labels

Comments

@tybug
Copy link
Member

tybug commented May 9, 2021

There's currently no way to see the reports you've filed through the website. Adding a page to see all your reports would be ideal, but I'm going to guess that's too much effort to add in the near future, so an api endpoint is the next best thing.

Without this endpoint (or a dedicated reports page), people who frequently report users or scores through the website have no way to track how many reports they've made, who they've reported, or the text of their reports, unless they record each one themselves in a personal text file or document.

This would also enable third party applications to step in and fill the role of #4210, for instance, by checking recently reported users to see if they have been restricted and alerting the user if so.

@peppy
Copy link
Sponsor Member

peppy commented May 10, 2021

I'm not sure how much I agree with this.

Reports for the time being are considered something which do not generate any kind of user response, nor are reports considered to be attached to users (once arriving at our end they should be considered anonymous, for instance we do not include them in GDPR data exports as user data).

@peppy peppy added the proposal label May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants