sorface / interview-platform

MIT License
0 stars 1 forks source link

Feature/#218 Add filters for schedule #397

Closed developerdevpav closed 2 weeks ago

developerdevpav commented 2 weeks ago

filter 1. StartValue not null AND EndValue not null e.ScheduleStartTime >= filter.StartValue && e.ScheduleStartTime <= filter.EndValue

filter 2. StartValue not null AND EndValue is null startDate <= shceduleTime start from

filter 3. StartValue is null AND EndValue is not null shceduleTime <= endDate