problem context:
- a list of actions in the system, create this, delete that, edit those etc...
- a list of roles admin, reader, reporter etc...
- a list of emails to send, emergency email, alert email, etc...
I have a decision matrix, which describes when a action happens which role should receive which email.
Ideally I want have a XML file or database tables to config this relationship on the fly.
My question is:
Is there any library to borrow?
Any design patterns to follow?
Many thanks