Signal for plugins to add user settings section
Currently we only have a view for the notification settings. Maybe some plugins want to display per-user-settings as well. We could provide a signal for that, similar to the management_settings_sections signal
We might want to replace dynamic_preferences. It's badly maintained. Also see #578.
If seperating the responsible notifications, we could also do those notification settings per event type. (see design blog)
We now have a management_settings_sections signal for plugins to add setting sections, but no option for plugins to add user settings yet.
reframed this issue to only be about the signal for other settings views for the user. UI and model improvements for the user notification view are handled in #1143, removing dynamic_preferences is tracked in #1178