SreenikethanI / timetabler

Timetable renderer for BPDC
https://sreenikethani.github.io/timetabler/
4 stars 0 forks source link

Compare does not account for conflict periods #12

Closed SreenikethanI closed 1 year ago

SreenikethanI commented 1 year ago

Example situation

Two timetables exist. At a certain period, first one has a conflict period, second one has a regular busy period. Compare mode is enabled and these two timetables are selected for compare.

Expected outcome

Since this period in the first timetable is a conflict period, it will be impossible to know whether it is common to the second timetable or not. This state of indeterminateness must be indicated, and not as a "non-common" period.

Observation:

This period is shown as a "non-common" period.

SreenikethanI commented 1 year ago

Currently working on it. e451b81