ActivityItem
Interface for activity items used in recent activity components Defines the structure of individual activity data displayed in the dashboard
Properties
course
course: string;
Course or subject the activity belongs to
description
description: string;
Description of the activity
dueDate?
optional dueDate: ISOString;
Optional due date
id
id: string;
Unique identifier for the activity
status
status: ActivityStatus;
Status of the activity
timestamp
timestamp: ISOString;
Timestamp of the activity
title
title: string;
Title of the activity
type
type: ActivityType;
Type of activity