tolaria icon indicating copy to clipboard operation
tolaria copied to clipboard

New Feature: Activity Feed

Open josephprice opened this issue 9 years ago • 1 comments

It would be neat if the opening screen of Tolaria was an "activity feed" that allowed a user logging into the CMS a quick snapshot view of everything that's been changed recently.

So, something like, a list view of the last 20 updates to content types or settings showing:

  • the name of the updated item ("Annual Board Meeting") (and this would deeplink to that content type)
  • the content type ("Event")
  • the editor who took the action ("Joe Price")
  • the type of action (Created, Updated, Deleted—no deeplink in that case)
  • the date of the activity

You'd probably want to set it so that one content item wasn't crowding out the entire feed if it was updated a bunch of times.

To keep it simple, maybe it could just show the last X changes or activity in last Y days.

josephprice avatar May 06 '16 17:05 josephprice

Very cool idea! This kind of functionality is highly opinionated and would need to be part of your implementation, given that Tolaria is an admin framework.

defbyte avatar Jun 03 '16 22:06 defbyte