alan-turing-institute / whatwhat

A reimagining of nowwhat in OCaml
MIT License
0 stars 0 forks source link

Forecast.getTheCurrentSchedule should look 6 months ahead #3

Closed triangle-man closed 2 years ago

triangle-man commented 2 years ago

At present, Forecast.getTheCurrentSchedule () is a convenience function which returns, inter alia, all assignments which overlap the current day. (startDate and endDate are both set to today.)

It would be better if endDate were today plus 180 days (the maximum allowed under Forecast, and currently the maximum allowed in ForecastRaw.)