Whenever an action log is created, it should have a creation_date field set to the current date/time. For the migration, existing action logs can also have the current date/time.
This should be represented in the UI on the notification list. Rather than show the date and time, each action log should show the time elapsed since that date and time.
Examples:
"Just now"
"1 min ago"
"35 mins ago"
"2 hours ago"
"5 days ago"
"2 months ago"
"1 year ago"
Hovering over the elapsed time should show the date and time in a MUI Tooltip.
Whenever an action log is created, it should have a
creation_date
field set to the current date/time. For the migration, existing action logs can also have the current date/time.This should be represented in the UI on the notification list. Rather than show the date and time, each action log should show the time elapsed since that date and time.
Examples:
Hovering over the elapsed time should show the date and time in a MUI Tooltip.