RobinMeow / CommunityCookbook

CommunityCookbook
MIT License
0 stars 0 forks source link

show recent activities in home #104

Open RobinMeow opened 5 months ago

RobinMeow commented 5 months ago

in server side, store a collection of logs. I think I can utilized the DomainEvent pattern for this to automate it. Just raise events, of whatever I want to to be stored. Write a class, which listens to the events and stores them, within the transaction.