This enhances the functionality of Training Report 1 by enabling the tracking of users who launch (start) any courses within a Training Plan. This enhancement allows for a more accurate representation of user engagement with Training Plans.
New Features:
- New Column for Tracking Course Launches:
- A new column, trainingplan_started_date, has been added to the relevant table to store the date and time when a user starts a course within a Training Plan.
- This new data point will be utilized in Training Report 1 to better assess user engagement.
2. Updated Status Definitions in Training Plan Report 1:
The following status definitions have been implemented for filtering in Training Report 1:
- Not Started: Users who have not viewed the Training Plan AND have an empty trainingplan_started_date.
- Started: Users who have viewed the Training Plan AND have a non-empty trainingplan_started_date.
- Completed: Users who have viewed and completed the Training Plan. This status remains unchanged from the current functionality.