I have to design a screen for configuring notifications for a tool that manages tasks. Tasks are organized into projects.
There are general (or default) user preferences on what notification to be received (e.g. new item is created, status is changed).
And then there is the possibility to customize (i guess people will rarely do that) notification per project (e.g. for a support project I don't want to receive updates that I normally want on my other projects.
The list with projects can be quite long and the list with notification rules also.
I guess some inheritance would be good - all projects inherit the default settings but then you need to know:
- that there is the possibility to make customization per projects
- that there are customized projects
How would you do that? Any examples?