-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Allow individual attachments to incoming messages to be hidden #1005
Comments
What's a note in this context? We would probably normally want to have something in place of the removed attachment, e.g. giving an explanation of why it has been removed (see #423). |
The 'prominence notes' was the place for the explanation of why it's been hidden. |
Ah, all makes sense. Should have worked that out for myself! |
Sometimes hiding isn't enough - see #2686 |
We have seen the need for such feature in Norway too. |
Belgium have also identified this need |
We've just come across this need for Right To Know as well. We'd like to replace an attachment with a redacted version to hide a person's signature who has requested it be removed. |
I'm more comfortable with redacting individual files and removing them entirely (rather than deleting an entire response) than I am with editing the files themselves. Editing is a problem. Redacting should be ok (and with some automated note indicating a file was removed) |
@nigeljonez this would be a hugely appreciated contribution! I think we'd want to break this in to a few PRs to help make reviewing and merging more manageable, and give us a few nice places to course-correct if we come up against any issues. Before I dive in to this, here are a few quick answers from my POV:
Yes, I think being consistent with
I think prominence should apply to the filename as well as the attachment content, and I think it would add too much complexity to make it worth being able to separate these out.
I think we should, as its often the case for us that we want to hide one of several attachments. So, how would I approach this?
1. Add an admin interface for attachmentsAt the moment we only have For this PR, I think we should add 2. Add
|
I had the idea of tagging requests on WhatDoTheyKnow where we might want to use this feature if it is added: https://www.whatdotheyknow.com/search/tag:individual_attachments_to_redact/ |
I think we need normal/requestor_only/hidden .. backpage would also be useful, so we can seek to exclude a particular attachment from search engines, as a way of eg. reducing the impact of processing personal information contained within it. (Backpage currently adds headers requesting no-indexing of content). |
As noted on some recent inbox threads, it would have been useful to have this function to help action several GDPR RtE requests we have received. allowing for us to hide attachments rather than having to hide the whole request. Noting here for reference. |
We need to consider what we do with the main text/html part attachment. Should setting prominence on these mean the body of the message is hidden but all other attachments remain visible? |
Ooh, that's interesting. I'd say it's an edge case but is sometimes useful if the authority quotes a load inappropriate outgoing messages in the quoted section and the message doesn't add much value in its own right. I think it's a case of doing the thing that feels "with the grain". Which is easier? Treating the main part as any other attachment, or giving it different mechanics? |
We'll also want to ensure prominence is checked in zip exports of requests. |
Hiding from search engines, or from users? My requests are all data-driven, and - when supported - always include a CSV or Excel file which is the critical response. I've always used WDTK as part of my data research process to ensure that these source data are public and accessible. |
Are you referring to the entire issue title, or a specific piece of he correspondence? The general issue title refers to giving Alaveteli the moderation tools to better target hiding of material. Currently, if say, a response contains 3 attachments – with one containing a bulk accidental data breach – we'd hide the entire response (and all attachments) as a consequence. After this is complete, we'd hide only the affected attachment while we assess the breach and redact/republish a replacement. We're not talking about reducing the discoverability of attachments (by users or search engines) as a default measure… |
Cool, thanks for the clarification. That's a great approach. |
Make it easy to quickly see the distribution of prominence states for requests on body and user admin pages. The use case for this was wanting to know if a request hidden due to a data breach was the first for the authority in question or yet another in a long history of breaches. We do try to minimise reduced prominence to specific messages or even attachments after #1005 [1], so only showing request prominence counts doesn't tell the whole story, but it's a start. [1] #1005
As @RichardTaylor comments often it is a particular attachment that admins would like to hide.
In order to enable this, I think we would need to:
The text was updated successfully, but these errors were encountered: