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

Notify authority when problems are detected in spreadsheet releases #8048

Open
garethrees opened this issue Dec 14, 2023 · 0 comments
Open
Assignees
Labels
easier-admin Make issues easier to resolve enhancement Adds new functionality f:reports f:request-analysis x:uk

Comments

@garethrees
Copy link
Member

Requires #8047.

Once we’ve identified a problem we’ll notify the authority with an automated email. We’ll want to be specific about the problems we’ve detected and what that means. I’m imagining we’ll have a partial that explains each problem, and for any automated email we just include the partials relevant to the given attachment.

# foi_attachment.warnings
# => [:hidden_columns, :pivot_table_cache]

<%= foi_attachment.warnings.each do |warning|
  <%= render partial: “warnings/#{warning}” %>
<% end %>

The notification should link to an appropriate place to report the issue (maybe “report this request” by default, but we’ll probably want to customise that in WhatDoTheyKnow to point at our data breach form).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easier-admin Make issues easier to resolve enhancement Adds new functionality f:reports f:request-analysis x:uk
Projects
None yet
Development

No branches or pull requests

2 participants