Hi!
I'm building a site where i need to be able to notify a user on each page. The function is going to look alot like what StackOverflow is using, the yellow(orange?) border at the top. I dont want to reproduce this logic inside all of my actions. DRY.
I'm thinking about using a action filter, but since i need to query my data layer it does not seem to be the best way to solve it.
So, for example, what would be the best way to implement a feauture like "You have a question with bounty ending in X days" on each page?