LearnersGuild / echo

learning management system
MIT License
3 stars 31 forks source link

Fixes resolveStartOfWeek for cycles (or other) started after Thursday 11:59pm #1068

Closed sdweber422 closed 7 years ago

sdweber422 commented 7 years ago

Fixes #1063

Overview

'Week' in projectList view was incorrect in instances where cycle (or other) was started on a Friday. Logic was placed in the resolver to account for this. Additionally, the start of the current week is returned for any missing startTimestamp data.

Data Model / DB Schema Changes

None.

Environment / Configuration Changes

None.

Notes

None.