In Scheduler highlight scheduled sessions matching filters

Created on 3 July 2023, almost 2 years ago

Problem/Motivation

In the Scheduler, after filters are applied, unscheduled sessions are only shown if they match all filter values. It would be helpful to also indicate which scheduled sessions meet the filter criteria (or don't).

Proposed resolution

In the Scheduler's Javascript code, within the applyFilters function:
- remove the "scheduler--filters-match" class from all sessions
- look in the scheduled sessions for sessions that match the filter criteria, and add the "scheduler--filters-match" class to them

Also, in the dragDropUnassign function strip the "scheduler--filters-match" from any sessions unassigned.

In the Scheduler's CSS code, add styling to highlight sessions with the "scheduler--filters-match" class.

Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

🇨🇦Canada mandclu

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024