You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, whether or not questionnaires are sent depends on a system-wide setting.
On the Ugandan platform, there are some nominated users working for the FMS-platform-running team who are submitting accumulated reports on behalf of citizen users. These users (i.e., email-address nominated logins) don't benefit from being sent questionnaires because they're actively monitoring the state of the problems they've submitted anyway.
So maybe add a user-specific flag to the user to "never be sent questionnaires".
I thought this might work as a has_permission_to setting, but inspecting the code I suspect that's not the case because these reporter-users aren't associated with a body (that is, they're not staff users in the sense of user-associated-with-a-body).
The text was updated successfully, but these errors were encountered:
Since b01df0chas_permission_to is independent of the User’s from_body (this was done for trusted users), so this could potentially be done that way now. But it would still apply on a per-body basis, though.
This would also make for a useful feature for public users who want to opt out of receiving all current/future questionnaires. User support message has mentioned it:
How do I stop the questionnaire emails coming?
I've responded to one or two and your privacy policy suggested I could then opt out but I've seen no option either when submitting incidents or when responding to questionnaire emails?
nephila-nacrea
changed the title
allow specific users to be nominated to never receive questionnaires
Allow specific users to be nominated to never receive questionnaires
Dec 5, 2023
Currently, whether or not questionnaires are sent depends on a system-wide setting.
On the Ugandan platform, there are some nominated users working for the FMS-platform-running team who are submitting accumulated reports on behalf of citizen users. These users (i.e., email-address nominated logins) don't benefit from being sent questionnaires because they're actively monitoring the state of the problems they've submitted anyway.
So maybe add a user-specific flag to the user to "never be sent questionnaires".
I thought this might work as a
has_permission_to
setting, but inspecting the code I suspect that's not the case because these reporter-users aren't associated with a body (that is, they're not staff users in the sense of user-associated-with-a-body).The text was updated successfully, but these errors were encountered: